Merge pull request #14 from 3100/go-tests-script-error

modify the go tests script path
pull/16/head
Rongjian Lan 3 years ago committed by GitHub
commit 3f679737a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      localnet/scripts/run.sh

@ -57,7 +57,7 @@ function go_tests() {
bash ./scripts/go_executable_build.sh -S
BUILD=False
fi
bash ./scripts/travis_checker.sh || error=1
bash ./scripts/travis_go_checker.sh || error=1
echo -e "\n=== \e[38;5;0;48;5;255mFINISHED GO TESTS\e[0m ===\n"
if ((error == 1)); then
echo "FAILED GO TESTS"

Loading…
Cancel
Save