##// END OF EJS Templates
tests: don't rely on 'false' exit code in test-run-tests.t...
Mads Kiilerich -
r16014:f8955a7f stable
parent child Browse files
Show More
@@ -18,7 +18,7 b' Multi-line command:'
18
18
19 Return codes before inline python:
19 Return codes before inline python:
20
20
21 $ false
21 $ sh -c 'exit 1'
22 [1]
22 [1]
23
23
24 Doctest commands:
24 Doctest commands:
General Comments 0
You need to be logged in to leave comments. Login now