summaryrefslogtreecommitdiffstats
path: root/tests/config/tapered/test/ok-nok-result.txt
blob: ef45c6a2ca922da4bb4a34f2593ab0d95105abf4 (plain)
1
2
3
4
5
6
7
ok 1 - ok - ok(true)
not ok 2 - not ok - ok(false)
# Trouble in ok-nok-test.lua around line 8
ok 3 - ok - nok(false)
not ok 4 - not ok - nok(true)
# Trouble in ok-nok-test.lua around line 10
1..4