cosmetics: rename t/ax/test-runner => t/ax/runtest
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Jul 2012 21:42:11 +0000 (23:42 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Jul 2012 21:42:11 +0000 (23:42 +0200)
The latter is shorter and clearer.  Better to do the rename early,
before other developers or contributors begin to get used to the
'test-runner' name.

* t/ax/test-runner.in: Rename ...
* t/ax/runtest.in: ... like this.
* Makefile.am, t/README, .gitignore: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
.gitignore
Makefile.am
t/README
t/ax/runtest.in [moved from t/ax/test-runner.in with 100% similarity]

index 2b9edac..4eec957 100644 (file)
@@ -37,7 +37,7 @@
 /t/wrap/automake-1.*
 /defs-static
 /t/testsuite-part.am
-/t/ax/test-runner
+/t/ax/runtest
 /t/*-w.tap
 /t/*-w.sh
 /t/depcomp-*.tap
index 7169eee..9ef2f48 100644 (file)
@@ -400,16 +400,16 @@ defs-static: defs-static.in Makefile
 EXTRA_DIST += defs-static.in
 CLEANFILES += defs-static
 
-t/ax/test-runner: t/ax/test-runner.in Makefile
+t/ax/runtest: t/ax/runtest.in Makefile
        $(AM_V_at)rm -f $@ $@-t
-       $(AM_V_GEN)in=t/ax/test-runner.in \
+       $(AM_V_GEN)in=t/ax/runtest.in \
          && $(MKDIR_P) t/ax \
-         && $(do_subst) <$(srcdir)/t/ax/test-runner.in >$@-t \
+         && $(do_subst) <$(srcdir)/t/ax/runtest.in >$@-t \
          && chmod a+x $@-t
        $(generated_file_finalize)
-EXTRA_DIST += t/ax/test-runner.in
-CLEANFILES += t/ax/test-runner
-noinst_SCRIPTS = t/ax/test-runner
+EXTRA_DIST += t/ax/runtest.in
+CLEANFILES += t/ax/runtest
+noinst_SCRIPTS = t/ax/runtest
 
 # If two test scripts have the same basename, they will end up sharing
 # the same log file, leading to all sort of undefined and undesired
index f96fefe..1039d10 100644 (file)
--- a/t/README
+++ b/t/README
@@ -73,10 +73,10 @@ About the tests
   with the '.tap' suffix use the TAP protocol.
 
   If you want to run a test by hand, you should be able to do so using the
-  'test-runner' script:
+  'runtest' script:
 
-      ./t/ax/test-runner t/nogzip.sh
-      ./t/ax/test-runner t/add-missing.tap
+      ./t/ax/runtest t/nogzip.sh
+      ./t/ax/runtest t/add-missing.tap
 
   This will run the test using the correct shell, and should also work in
   VPATH builds.  Note that, to run the TAP tests this way, you'll need to
@@ -95,7 +95,7 @@ Supported shells
     AM_TEST_RUNNER_SHELL=/bin/my-sh make -e check      (non-GNU make)
 
     # Run a test directly from the command line.
-    AM_TEST_RUNNER_SHELL=/bin/my-sh ./t/ax/test-runner t/foo.sh
+    AM_TEST_RUNNER_SHELL=/bin/my-sh ./t/ax/runtest t/foo.sh
 
 
   The test scripts are written with portability in mind, and should run
similarity index 100%
rename from t/ax/test-runner.in
rename to t/ax/runtest.in