##// END OF EJS Templates
test-run-tests: conditionalize the $TESTDIR check for Windows separator...
Matt Harbison -
r27057:c281c20a default
parent child Browse files
Show More
@@ -600,7 +600,11 b' running is placed.'
600 600 > - \$TESTDIR, in which test-runtestdir.t is placed (expanded at runtime)
601 601 > - \$RUNTESTDIR, in which run-tests.py is placed (expanded at runtime)
602 602 >
603 > #if windows
604 > $ test "\$TESTDIR" = "$TESTTMP\anothertests"
605 > #else
603 606 > $ test "\$TESTDIR" = "$TESTTMP"/anothertests
607 > #endif
604 608 > $ test "\$RUNTESTDIR" = "$TESTDIR"
605 609 > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py
606 610 > #!/usr/bin/env python
General Comments 0
You need to be logged in to leave comments. Login now