Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/src/installer-lib/run-tests.cmd

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 @echo off
2 rem Test runner for installer library unit test
3 rem Switches current directory to location of test MSI database file
4 pushd %~dp0
5 cd ..\..\build\ia32
6 .\Debug\installer-ca-tests
7 popd
OLDNEW

Powered by Google App Engine
This is Rietveld