##// END OF EJS Templates
test-run-tests: do not rebuild hg in the test...
Jun Wu -
r35241:2a99c5bf default
parent child Browse files
Show More
@@ -1280,7 +1280,7 b' support for automatically discovering te'
1280 1280 $ cp -R tmp tmpp
1281 1281 $ cp tmp/test-uno.t test-solo.t
1282 1282
1283 $ $PYTHON $TESTDIR/run-tests.py tmp/ test-solo.t tmpp
1283 $ rt tmp/ test-solo.t tmpp
1284 1284 .....
1285 1285 # Ran 5 tests, 0 skipped, 0 failed.
1286 1286 $ rm -rf tmp tmpp
@@ -1303,7 +1303,7 b' support for running run-tests.py from an'
1303 1303 > EOF
1304 1304
1305 1305 $ cd ..
1306 $ $PYTHON $TESTDIR/run-tests.py tmp/test-*.t
1306 $ rt tmp/test-*.t
1307 1307
1308 1308 --- $TESTTMP/anothertests/tmp/test-folder-fail.t
1309 1309 +++ $TESTTMP/anothertests/tmp/test-folder-fail.t.err
General Comments 0
You need to be logged in to leave comments. Login now