Skip to content

Commit

Permalink
rename test runner bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Mar 18, 2021
1 parent 049888d commit d19f81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
before_script:
- "curl https://wasmtime.dev/install.sh -sSf | bash"
script:
- bash utils/testsuite_travis.sh
- bash utils/run_testsuite.sh
3 changes: 3 additions & 0 deletions utils/testsuite_travis.sh → utils/run_testsuite.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/bash
# Helper scipt to run JSONTestSuite in CI


set -e
set -x

Expand Down

0 comments on commit d19f81b

Please sign in to comment.