fix: testsuite
This commit is contained in:
parent
a3998358ea
commit
de9173a71f
3 changed files with 18 additions and 11 deletions
6
tests/wrap.sh
Executable file
6
tests/wrap.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
if [ "$COVERAGE" = "yes" ]; #coverage
|
||||
then ./testsuite && ../tests/functional/run-tests.sh
|
||||
else ../tests/functional/run-tests.sh
|
||||
fi
|
||||
echo bin path: "$BIN_PATH"
|
||||
echo output file: "$OUTPUT_FILE"
|
||||
Loading…
Add table
Add a link
Reference in a new issue