tools/test_mutants.sh: Load loader helper when running busted
authorMatthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 12:16:03 +0000
changeset 13436 116b756ced71
parent 13435 4698f1e36e02
child 13437 ff1944502160
tools/test_mutants.sh: Load loader helper when running busted
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