Skip to content

Commit

Permalink
Merge branch 'fix-bash-invalid-return-usage'
Browse files Browse the repository at this point in the history
  • Loading branch information
ghthor committed Aug 28, 2016
2 parents 942f2bd + 121803b commit ac6a780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_tests.sh
Expand Up @@ -12,8 +12,8 @@ done

if [ "$failed" = "true" ]; then
echo "Tests failed!"
return 1;
false
else
echo "All tests passed!"
return 0;
fi
true
fi

0 comments on commit ac6a780

Please sign in to comment.