changeset 21732:b6192ea7f7fd

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 30 May 2014 12:09:49 -0700
parents 204f6a6e9b57
children 9ad11d5bcc2f
files tests/test-run-tests.t
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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.