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 | d5dffcfc1dfdedbe0571c82b4d58aae95572901e (patch) | |
tree | 66bd138d0e2f511c7777ba221ac0b22d18e9e6c8 | |
parent | 5bb887e49df09f925b30dd51361a35cc18c0f4d4 (diff) | |
download | prosody-d5dffcfc1dfdedbe0571c82b4d58aae95572901e.tar.gz prosody-d5dffcfc1dfdedbe0571c82b4d58aae95572901e.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 |