summaryrefslogtreecommitdiff
path: root/tests/tap-bailout-suppress-badexit.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-10 21:59:09 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-10 23:22:03 +0200
commite00d6c989d9063d3a86b91c7439ef2bf345d603d (patch)
tree480d96ca3e4282c08a32b119b7ddb5d8f98168f2 /tests/tap-bailout-suppress-badexit.test
parent02aa640410bb9a5106b052d16c7f54f9e926740b (diff)
downloadautomake-e00d6c989d9063d3a86b91c7439ef2bf345d603d.tar.gz
tests defs: more namespace-safeness
($using_tap): Renamed ... ($am_using_tap): ... to this. ($parallel_tests): Renamed ... ($am_parallel_tests): ... to this. ($test_prefer_config_shell): Renamed ... ($am_test_prefer_config_shell): ... to this. ($original_AUTOMAKE): Renamed ... ($am_original_AUTOMAKE): ... to this. ($original_ACLOCAL): Renamed ... ($am_original_ACLOCAL): ... to this. * tests/defs, tests/defs-static.in, tests/gen-testsuite-part, tests/README, and all callers: Adjusted. * tests/Makefile.am (AM_TESTS_ENVIRONMENT): Adjust, and rewrite to make future adjustments easier. * tests/defs (funcs_file_): Renamed ... (am_funcs_file): ... to this. * Makefile.am (sc_tests_obsolete_variables): New maintainer check. (syntax_check_rules): Add it.
Diffstat (limited to 'tests/tap-bailout-suppress-badexit.test')
-rwxr-xr-xtests/tap-bailout-suppress-badexit.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tap-bailout-suppress-badexit.test b/tests/tap-bailout-suppress-badexit.test
index 059394c32..080557e29 100755
--- a/tests/tap-bailout-suppress-badexit.test
+++ b/tests/tap-bailout-suppress-badexit.test
@@ -18,7 +18,7 @@
# - A "Bail out!" directive causes the driver to ignore the exit
# status of the test script.
-parallel_tests=yes
+am_parallel_tests=yes
. ./defs || Exit 1
tests='exit.test exit127.test sighup.test sigterm.test'