Show More
@@ -600,7 +600,11 b' running is placed.' | |||||
600 | > - \$TESTDIR, in which test-runtestdir.t is placed (expanded at runtime) |
|
600 | > - \$TESTDIR, in which test-runtestdir.t is placed (expanded at runtime) | |
601 | > - \$RUNTESTDIR, in which run-tests.py is placed (expanded at runtime) |
|
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 | > $ test "\$TESTDIR" = "$TESTTMP"/anothertests |
|
606 | > $ test "\$TESTDIR" = "$TESTTMP"/anothertests | |
|
607 | > #endif | |||
604 | > $ test "\$RUNTESTDIR" = "$TESTDIR" |
|
608 | > $ test "\$RUNTESTDIR" = "$TESTDIR" | |
605 | > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py |
|
609 | > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py | |
606 | > #!/usr/bin/env python |
|
610 | > #!/usr/bin/env python |
General Comments 0
You need to be logged in to leave comments.
Login now