Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2022-01-10 14:45:36 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2022-01-10 16:15:26 +0300
commit73aa91d3881c771ea1e906035baa2382fdd5adf0 (patch)
tree6d4a8b449a7a2515cf50b93443ded9c6d8484b94
parent5fd0725efac98bd35c43704b68e899fd59e18df9 (diff)
chore(test) update defauilt busted options (verbose+gtest)
-rw-r--r--.busted2
1 files changed, 2 insertions, 0 deletions
diff --git a/.busted b/.busted
index ed6f887..065847b 100644
--- a/.busted
+++ b/.busted
@@ -1,5 +1,7 @@
return {
default = {
+ verbose = true,
+ output = "gtest",
lpath = "./lua/?.lua;./lua/?/init.lua",
}
}