diff options
| author | ruki <[email protected]> | 2020-05-27 12:30:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-27 12:30:04 +0800 |
| commit | 4fc3548931420eb7918b03bffecacbc36b4574cd (patch) | |
| tree | f624fdaba3a131d716a32509244c43492d17de59 /tests | |
| parent | 29a19271875e045a85cc672c79b160fc1165c11a (diff) | |
| parent | fe8e6ea390531932439ba772b2ac434f38e8a2bd (diff) | |
Merge pull request #803 from OpportunityLiu/dev
A better progress indicator
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/modules/scheduler/runjobs.lua | 2 |
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 |
