6 lines
192 B
Bash
Executable file
6 lines
192 B
Bash
Executable file
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"
|