mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
tools/test_mutants.sh: Load loader helper when running busted
This commit is contained in:
parent
f4d2d7a3a3
commit
961b764d10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue