##// END OF EJS Templates
test-run-tests: add missing backslash for Windows...
Raphaël Gomès -
r48364:57bdecf4 default
parent child Browse files
Show More
@@ -1406,7 +1406,7 b' running is placed.'
1406 > - \$RUNTESTDIR, in which run-tests.py is placed (expanded at runtime)
1406 > - \$RUNTESTDIR, in which run-tests.py is placed (expanded at runtime)
1407 >
1407 >
1408 > #if windows
1408 > #if windows
1409 > $ test "\$TESTDIR" = "$TESTTMP\anothertests"
1409 > $ test "\$TESTDIR" = "$TESTTMP\\anothertests"
1410 > #else
1410 > #else
1411 > $ test "\$TESTDIR" = "$TESTTMP"/anothertests
1411 > $ test "\$TESTDIR" = "$TESTTMP"/anothertests
1412 > #endif
1412 > #endif
General Comments 0
You need to be logged in to leave comments. Login now