aboutsummaryrefslogtreecommitdiffstats
path: root/test_.lua
diff options
context:
space:
mode:
authordvs12024-10-25 13:40:43 +1000
committerdvs12024-10-25 13:40:43 +1000
commit0048218af5680e3d33008303bfa3b7c486f3200c (patch)
treebbbe666f5558f88c752960021d14dac57dffd572 /test_.lua
parentMoved common stuff like --help, --version to an internal options table we sca... (diff)
downloadJackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.zip
JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.tar.gz
JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.tar.bz2
JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.tar.xz
Comment++
Diffstat (limited to 'test_.lua')
-rwxr-xr-xtest_.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_.lua b/test_.lua
index 82c418f..e4ebcc8 100755
--- a/test_.lua
+++ b/test_.lua
@@ -156,5 +156,6 @@ print('')
156for k,a in pairs(arg) do print('arg[' .. k .. '] = ' .. a) end 156for k,a in pairs(arg) do print('arg[' .. k .. '] = ' .. a) end
157 157
158__'date':log():show():Do() 158__'date':log():show():Do()
159-- Should get that "later" thing printed while the sleep is happening.
159__'date; sleep 5; date':log():show():Do() 160__'date; sleep 5; date':log():show():Do()
160 161