summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-06 23:42:11 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-06 23:42:11 +0200
commit5197aba1d5e1895c28d66703b0b407c991f608fb (patch)
tree3798c0afed811366ec4474da85c55d6c89e3097f /t/README
parent2d1f1043e900a746f57c34467d4de8b48e4efc8b (diff)
downloadautomake-5197aba1d5e1895c28d66703b0b407c991f608fb.tar.gz
cosmetics: rename t/ax/test-runner => t/ax/runtest
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>
Diffstat (limited to 't/README')
-rw-r--r--t/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/README b/t/README
index f96fefe72..1039d1093 100644
--- 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