Fix test run script to call correct test runner
Deleted simple-test-runner.js and updated run-tests.sh to call test-current.js instead of the non-existent test-harness.js
This commit is contained in:
parent
80caf6412c
commit
0d6e499cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
# Simple script to run all compiler tests
|
||||
echo "Running all tests..."
|
||||
node test-harness.js
|
||||
node test-current.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue