Improve test suite

This commit is contained in:
Daniel
2023-04-27 17:13:46 +02:00
parent 6fa3bcb115
commit 7958dfd41d
2 changed files with 26 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ function build {
fi
# build
./build main.go
./build
if [[ $? -ne 0 ]]; then
echo -e "\n${COL_BOLD}[core] $platform v$version: ${COL_RED}BUILD FAILED.${COL_OFF}"
exit 1