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

Unified Diff: installer/src/installer-lib/run-tests.cmd

Issue 5665210325008384: Combine snapshot classes into a template class (Closed)
Patch Set: Created April 3, 2014, 4:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/src/installer-lib/process.cpp ('k') | installer/src/installer-lib/test/process_test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/installer-lib/run-tests.cmd
===================================================================
--- a/installer/src/installer-lib/run-tests.cmd
+++ b/installer/src/installer-lib/run-tests.cmd
@@ -2,6 +2,6 @@
rem Test runner for installer library unit test
rem Switches current directory to location of test MSI database file
pushd %~dp0
-cd ..\..\build\ia32
+cd ..\..\build\x64
.\Debug\installer-ca-tests
-popd
+popd
« no previous file with comments | « installer/src/installer-lib/process.cpp ('k') | installer/src/installer-lib/test/process_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld