diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-03 16:41:37 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-03 16:41:37 +0200 |
commit | 7f201d94c130898d93c2f36fa8212c83b9c89c24 (patch) | |
tree | 66bd138d0e2f511c7777ba221ac0b22d18e9e6c8 | |
parent | 22b14f4200cb9c8849ed7ffd7c608296d7ce446f (diff) | |
download | prosody-7f201d94c130898d93c2f36fa8212c83b9c89c24.tar.gz prosody-7f201d94c130898d93c2f36fa8212c83b9c89c24.zip |
make coverage: Allow overriding path to busted
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 15b0e03d..6c134679 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,7 +73,7 @@ test: coverage: -rm -- luacov.* - busted --lua=$(RUNWITH) -c + $(BUSTED) --lua=$(RUNWITH) -c luacov luacov-console luacov-console -s |