Fix for functional tests when running on clean checkout
This commit is contained in:
parent
a697ad05c0
commit
c5c9196561
@ -2,5 +2,6 @@
|
||||
#cd bld
|
||||
#make -j5
|
||||
#cd ..
|
||||
mkdir -p tests/outputs
|
||||
./test_use_base.sh
|
||||
./regression_tester.rb ./dcc_original -s -c 2>stderr >stdout; diff -wB tests/prev/ tests/outputs/
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
makedir -p tests/outputs
|
||||
./test_use_all.sh
|
||||
./regression_tester.rb ./dcc_original -s -c 2>stderr >stdout; diff -wB tests/prev/ tests/outputs/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user