aboutsummaryrefslogtreecommitdiff
path: root/spec/util
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-03-13 15:32:35 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-03-13 19:08:05 +0000
commit4117ad5045b310a7902edb6a78c1c1386ddeaea0 (patch)
treee96d515f1d2646817bad41307770c1f56f3066db /spec/util
parent1829ba36d0764c3210766bd0bc878695282114aa (diff)
downloadluarocks-4117ad5045b310a7902edb6a78c1c1386ddeaea0.tar.gz
luarocks-4117ad5045b310a7902edb6a78c1c1386ddeaea0.tar.bz2
luarocks-4117ad5045b310a7902edb6a78c1c1386ddeaea0.zip
tests: convert most pack tests
Diffstat (limited to 'spec/util')
-rw-r--r--spec/util/quick.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/util/quick.lua b/spec/util/quick.lua
index 80c75848..257f570e 100644
--- a/spec/util/quick.lua
+++ b/spec/util/quick.lua
@@ -245,6 +245,8 @@ local function parse(filename)
245 block_start_arg("STDOUT", cur_op, "stdout") 245 block_start_arg("STDOUT", cur_op, "stdout")
246 elseif cmd == "NOT_STDOUT" then 246 elseif cmd == "NOT_STDOUT" then
247 block_start_arg("NOT_STDOUT", cur_op, "not_stdout") 247 block_start_arg("NOT_STDOUT", cur_op, "not_stdout")
248 elseif cmd == "PENDING" then
249 bool_arg("PENDING", cur_test, "pending", arg)
248 elseif cmd == "TEST" then 250 elseif cmd == "TEST" then
249 table.remove(stack) 251 table.remove(stack)
250 start_test(arg) 252 start_test(arg)