# HG changeset patch # User Matthew Wild # Date 1708690563 0 # Node ID 116b756ced71ed09277af8442d42d62343edbcad # Parent 4698f1e36e0264b5049de0dc6eb045a7213fec28 tools/test_mutants.sh: Load loader helper when running busted diff -r 4698f1e36e02 -r 116b756ced71 tools/test_mutants.sh.lua --- a/tools/test_mutants.sh.lua Fri Feb 23 12:14:51 2024 +0000 +++ b/tools/test_mutants.sh.lua Fri Feb 23 12:16:03 2024 +0000 @@ -33,7 +33,7 @@ exit 1; fi -if ! busted "$SPEC_FILE"; then +if ! busted --helper=loader "$SPEC_FILE"; then echo "EE: Tests fail on original source. Fix it"\!; exit 1; fi