fix(testsuite): unit testing running
This commit is contained in:
parent
91806d926e
commit
79a73a23a0
5 changed files with 51 additions and 44 deletions
|
|
@ -3,7 +3,7 @@ then export BIN_PATH="$(pwd)/42sh"
|
|||
fi
|
||||
|
||||
if [ "$COVERAGE" = "yes" ]; #coverage
|
||||
then ./testsuite && ../tests/functional/run-tests.sh
|
||||
then (./testsuite || true) && ../tests/functional/run-tests.sh
|
||||
else ../tests/functional/run-tests.sh
|
||||
fi
|
||||
echo bin path: "$BIN_PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue