# HG changeset patch # User Kim Alvefur # Date 1538577697 -7200 # Node ID 5f51710d7c1e0e45bdb590775696d99133e810c9 # Parent 8e7feec95e8d8bf445639e0029f8cebb52140781 make coverage: Allow overriding path to busted diff -r 8e7feec95e8d -r 5f51710d7c1e GNUmakefile --- a/GNUmakefile Mon Oct 01 23:46:10 2018 +0200 +++ b/GNUmakefile Wed Oct 03 16:41:37 2018 +0200 @@ -73,7 +73,7 @@ coverage: -rm -- luacov.* - busted --lua=$(RUNWITH) -c + $(BUSTED) --lua=$(RUNWITH) -c luacov luacov-console luacov-console -s