From 961b764d10ef0b03798e6bb0ae3bfdbd74212005 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 23 Feb 2024 12:16:03 +0000 Subject: tools/test_mutants.sh: Load loader helper when running busted --- tools/test_mutants.sh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test_mutants.sh.lua b/tools/test_mutants.sh.lua index a0a55a8e..6e2423db 100755 --- a/tools/test_mutants.sh.lua +++ b/tools/test_mutants.sh.lua @@ -33,7 +33,7 @@ if [[ "$SPEC_FILE" == "" || ! -f "$SPEC_FILE" ]]; then 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 -- cgit v1.2.3