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:
10x Developer 2026-05-03 17:59:46 +02:00
parent 80caf6412c
commit 0d6e499cc9

View file

@ -2,4 +2,4 @@
# Simple script to run all compiler tests # Simple script to run all compiler tests
echo "Running all tests..." echo "Running all tests..."
node test-harness.js node test-current.js