X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fjava-compile-run-nested.sh;h=2d993459619aa9992648dca93640eccc55beec4e;hb=b9951d654abb76c5419f1e2b453f1ca06fdb331b;hp=61727f7c900f9f6e352512ff559c402e344d52de;hpb=7b6129b9bb74773e1a02c5c43614f9fd47179369;p=platform%2Fupstream%2Fautomake.git diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh index 61727f7..2d99345 100755 --- a/t/java-compile-run-nested.sh +++ b/t/java-compile-run-nested.sh @@ -18,14 +18,14 @@ # 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.test' 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 +. test-init.sh echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.ac @@ -239,7 +239,7 @@ $AUTOMAKE -a # To have the parallel testsuite more verbose. VERBOSE=yes; export VERBOSE -./configure --prefix="`pwd`/_inst" +./configure --prefix="$(pwd)/_inst" cat jprog/PkgLocation.java # For debugging. $MAKE check $MAKE install