diff --git a/hosts/ocaml/browser/build-all.sh b/hosts/ocaml/browser/build-all.sh index 6bd38a53..38c55042 100755 --- a/hosts/ocaml/browser/build-all.sh +++ b/hosts/ocaml/browser/build-all.sh @@ -36,6 +36,6 @@ echo "=== 5. Run WASM tests ===" node test_wasm_native.js echo "=== 6. Run bytecode regression tests ===" -node test_bytecode_repeat.js || echo "WARNING: bytecode repeat test failed (known bug)" +node test_bytecode_repeat.js echo "=== Done ==="