From dbf0183f96093ca155e769b1de34d5226871ee7b Mon Sep 17 00:00:00 2001 From: bhattigurjot Date: Mon, 21 Mar 2016 00:17:20 +0530 Subject: Add tests for command_line --- test/testing.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/testing.sh b/test/testing.sh index 597b4094..901b5f4b 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -376,6 +376,8 @@ fail_build_permissions() { $luarocks build --tree=/usr lpeg; } fail_build_permissions_parent() { $luarocks build --tree=/usr/invalid lpeg; } test_build_verbose() { $luarocks build --verbose lpeg; } +test_build_timeout() { $luarocks --timeout=10; } +fail_build_timeout() { $luarocks --timeout=abc; } fail_build_blank_arg() { $luarocks build --tree="" lpeg; } test_build_withpatch() { need_luasocket; $luarocks build luadoc; } test_build_diffversion() { $luarocks build luacov ${version_luacov}; } -- cgit v1.2.3-55-g6feb