diff options
-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 |