summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-27 12:30:04 +0800
committerGitHub <[email protected]>2020-05-27 12:30:04 +0800
commit4fc3548931420eb7918b03bffecacbc36b4574cd (patch)
treef624fdaba3a131d716a32509244c43492d17de59 /tests
parent29a19271875e045a85cc672c79b160fc1165c11a (diff)
parentfe8e6ea390531932439ba772b2ac434f38e8a2bd (diff)
Merge pull request #803 from OpportunityLiu/dev
A better progress indicator
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/scheduler/runjobs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/scheduler/runjobs.lua b/tests/modules/scheduler/runjobs.lua
index 29befa5d0..958a158e2 100644
--- a/tests/modules/scheduler/runjobs.lua
+++ b/tests/modules/scheduler/runjobs.lua
@@ -45,7 +45,7 @@ function main()
printf("testing .. ")
runjobs("test", function ()
os.sleep(10000)
- end, {showtips = true})
+ end, {progress = true})
print("ok")
end