Changeset

13432:116b756ced71

tools/test_mutants.sh: Load loader helper when running busted
author Matthew Wild <mwild1@gmail.com>
date Fri, 23 Feb 2024 12:16:03 +0000
parents 13431:4698f1e36e02
children 13433:ff1944502160
files tools/test_mutants.sh.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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