aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/testing.sh2
1 files changed, 2 insertions, 0 deletions
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; }
376fail_build_permissions_parent() { $luarocks build --tree=/usr/invalid lpeg; } 376fail_build_permissions_parent() { $luarocks build --tree=/usr/invalid lpeg; }
377 377
378test_build_verbose() { $luarocks build --verbose lpeg; } 378test_build_verbose() { $luarocks build --verbose lpeg; }
379test_build_timeout() { $luarocks --timeout=10; }
380fail_build_timeout() { $luarocks --timeout=abc; }
379fail_build_blank_arg() { $luarocks build --tree="" lpeg; } 381fail_build_blank_arg() { $luarocks build --tree="" lpeg; }
380test_build_withpatch() { need_luasocket; $luarocks build luadoc; } 382test_build_withpatch() { need_luasocket; $luarocks build luadoc; }
381test_build_diffversion() { $luarocks build luacov ${version_luacov}; } 383test_build_diffversion() { $luarocks build luacov ${version_luacov}; }