fix: testsuite sees the BIN_PATH, default value is to src/42sh
This commit is contained in:
parent
07d345f754
commit
91806d926e
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
|
if [ "$COVERAGE" = "yes" ]; #coverage
|
||||||
then ./testsuite && ../tests/functional/run-tests.sh
|
then ./testsuite && ../tests/functional/run-tests.sh
|
||||||
else ../tests/functional/run-tests.sh
|
else ../tests/functional/run-tests.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue