Skip to content

Commit

Permalink
bin/go should use the run_tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jan 3, 2024
1 parent 6047d9b commit 126fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

runTests() {
${DIR}/../venv/bin/nosetests --processes=1
${DIR}/../run_tests.sh
if [ "${?}" -ne 0 ]; then
echo -e '\x1b[30;41m'
cat ${DIR}/buildflags/failed.txt
Expand Down

0 comments on commit 126fcf3

Please sign in to comment.