summaryrefslogtreecommitdiff
path: root/t/java-compile-run-nested.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/java-compile-run-nested.sh')
-rwxr-xr-xt/java-compile-run-nested.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh
index 1448952f5..9c0958cdd 100755
--- a/t/java-compile-run-nested.sh
+++ b/t/java-compile-run-nested.sh
@@ -18,11 +18,11 @@
# Also meddle with wrapper scripts, as would be probably seen in a real
# "UNIX-style" use case.
# This test uses a typical "nested" source tree setup (i.e., different
-# components/aspects are separated into different subdirectories),
-# and uses the 'parallel-tests' testsuite driver. The sister test
-# 'java-compile-run-flat.sh' do similar checks with a "flat" setup
-# (i.e., everything in the top-level directory), and forcing the use
-# of the older non-parallel 'simple-tests' driver.
+# components/aspects are separated into different subdirectories), and
+# uses the parallel testsuite driver.
+# The sister test 'java-compile-run-flat.sh' do similar checks with
+# a "flat" setup (i.e., everything in the top-level directory), and
+# forcing the use of the older 'serial-tests' driver.
required='java javac'
. ./defs || exit 1