Browse Source

Fix for functional tests when running on clean checkout

nemerle 9 years ago
parent
commit
c5c9196561
2 changed files with 2 additions and 0 deletions
  1. 1 0
      base_regression.sh
  2. 1 0
      full_regression.sh

+ 1 - 0
base_regression.sh

@@ -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 - 0
full_regression.sh

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