From 33c9adb6c98736ba4cd04b167b73727fa0986ada Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Wed, 14 Jan 2015 08:06:31 -0800 Subject: [PATCH] Removed the -j option for the babel compile in the tux autotest script --- AUTOTEST/machine-tux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTOTEST/machine-tux.sh b/AUTOTEST/machine-tux.sh index db95b69b6..0ba88cd2f 100755 --- a/AUTOTEST/machine-tux.sh +++ b/AUTOTEST/machine-tux.sh @@ -91,7 +91,8 @@ renametest.sh basictest $output_dir/basictest--enable-complex # Test babel build only if 'babel-runtime' directory is present if [ -d $src_dir/babel-runtime ]; then co="--with-babel" - test.sh basictest.sh $src_dir -co: $co -mo: $mo + MO="test" # the -j option doesn't always work with the babel code + test.sh basictest.sh $src_dir -co: $co -mo: $MO renametest.sh basictest $output_dir/basictest--with-babel fi