Removed the -j option for the babel compile in the tux autotest script

This commit is contained in:
Rob Falgout 2015-01-14 08:06:31 -08:00
parent b4744e4aef
commit 33c9adb6c9

View File

@ -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