Fixed an error with one of the grep commands in the tux autotest
This commit is contained in:
parent
25a6938dee
commit
03dd986e40
@ -95,7 +95,8 @@ co="--enable-complex --enable-maxdim=4 --enable-debug"
|
||||
test.sh basictest.sh $src_dir -co: $co -mo: $mo -eo: -complex
|
||||
# ignore complex compiler output for now
|
||||
rm -fr basictest.dir/make.???
|
||||
grep -v make.err basictest.err > basictest.err
|
||||
grep -v make.err basictest.err > basictest.tmp
|
||||
mv basictest.tmp basictest.err
|
||||
renametest.sh basictest $output_dir/basictest--enable-complex
|
||||
|
||||
# Test babel build only if 'babel-runtime' directory is present
|
||||
|
||||
Loading…
Reference in New Issue
Block a user