fix: testsuite sees the BIN_PATH, default value is to src/42sh
This commit is contained in:
parent
da948f58fe
commit
f3be15abb5
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
if [ "$BIN_PATH" = "" ];
|
||||
then export BIN_PATH="$(pwd)/42sh"
|
||||
fi
|
||||
|
||||
if [ "$COVERAGE" = "yes" ]; #coverage
|
||||
then ./testsuite && ../tests/functional/run-tests.sh
|
||||
else ../tests/functional/run-tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue