Show More
@@ -6,3 +6,15 b' Smoke test' | |||||
6 | $ $TESTDIR/run-tests.py |
|
6 | $ $TESTDIR/run-tests.py | |
7 |
|
7 | |||
8 | # Ran 0 tests, 0 skipped, 0 warned, 0 failed. |
|
8 | # Ran 0 tests, 0 skipped, 0 warned, 0 failed. | |
|
9 | ||||
|
10 | a succesful test | |||
|
11 | ======================= | |||
|
12 | ||||
|
13 | $ cat > test-success.t << EOF | |||
|
14 | > $ echo babar | |||
|
15 | > babar | |||
|
16 | > EOF | |||
|
17 | ||||
|
18 | $ $TESTDIR/run-tests.py --with-hg=`which hg` | |||
|
19 | . | |||
|
20 | # Ran 1 tests, 0 skipped, 0 warned, 0 failed. |
General Comments 0
You need to be logged in to leave comments.
Login now