aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-05-10 00:02:33 +0200
committerGitHub <[email protected]>2023-05-10 00:02:33 +0200
commiteabe3ea211bc114f45c460728d8ad119d798efe3 (patch)
treebe06ef964c0104a0a54b8876fc31e4da0b35bc5e /xmake.lua
parentmonitor if a state-maker file still exists, and if not error out and exit (#283) (diff)
downloadzen-eabe3ea211bc114f45c460728d8ad119d798efe3.tar.xz
zen-eabe3ea211bc114f45c460728d8ad119d798efe3.zip
fix return code on tests (#284)
fix help for xmake test
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index c1fdea37e..623a0d26a 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -178,7 +178,7 @@ task("sln")
task("test")
set_menu {
- usage = "xmake runtest [core|store|server|integration|all]",
+ usage = "xmake test --run=[core|store|server|integration|all]",
description = "Run Zen tests",
options = {
{'r', "run", "kv", "all", "Run test(s)", " - all", " - core ", " - store", " - server", " - integration"},