Skip to content

Commit

Permalink
Merge pull request #1070 from GaloisInc/re-enable-tests
Browse files Browse the repository at this point in the history
Re-enable all disabled integration tests in .github/ci.sh.
  • Loading branch information
mergify[bot] authored Feb 10, 2021
2 parents 9d812c9 + 59a4b45 commit d3e2e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ install_system_deps() {
test_dist() {
find_java
pushd intTests
for t in test0019_jss_switch_statement test_crucible_jvm test_ecdsa test_issue108 test_tutorial1 test_tutorial2 test_tutorial_w4; do echo $t >> disabled_tests.txt; done
env
LOUD=true ./runtests.sh
sh -c "! grep '<failure>' results.xml"
Expand Down

0 comments on commit d3e2e7d

Please sign in to comment.