Removed the -j option for the babel compile in the tux autotest script
This commit is contained in:
parent
b4744e4aef
commit
33c9adb6c9
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user