# HG changeset patch # User Pierre-Yves David # Date 1401476989 25200 # Node ID b6192ea7f7fd8186f951214deb54d86a7f9314b0 # Parent 204f6a6e9b578edd4046561da76f434dead1b70e test: introduce test-run-tests.t This testfile tests the test runner itself. There were multiple regressions in the last few weeks. Having tests would prevent this in the future. diff -r 204f6a6e9b57 -r b6192ea7f7fd tests/test-run-tests.t --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-run-tests.t Fri May 30 12:09:49 2014 -0700 @@ -0,0 +1,8 @@ +This file tests the behavior of run-tests.py itself. + +Smoke test +============ + + $ $TESTDIR/run-tests.py + + # Ran 0 tests, 0 skipped, 0 warned, 0 failed.