aboutsummaryrefslogtreecommitdiff
path: root/test/testing.sh
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-06-29 21:33:47 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-06-29 21:33:47 -0300
commit0c3fab2e62eb137065897a5d270580a81e81ed4e (patch)
tree4b9a4e272c8b3ba928c2e534303772b5eda51c50 /test/testing.sh
parent978abafcd957544c539dbc72057a243885eb50e9 (diff)
parent066e1c6bd90d2e0e4fcdbc116bd857c62779b4cd (diff)
downloadluarocks-0c3fab2e62eb137065897a5d270580a81e81ed4e.tar.gz
luarocks-0c3fab2e62eb137065897a5d270580a81e81ed4e.tar.bz2
luarocks-0c3fab2e62eb137065897a5d270580a81e81ed4e.zip
Merge branch 'master' into luarocks-3
Diffstat (limited to 'test/testing.sh')
-rwxr-xr-xtest/testing.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh
index c43b4d52..133597ee 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -509,6 +509,7 @@ fail_config_system_config_invalid() { mkdir -p "$testing_lrprefix/etc/luarocks";
509test_config_user_config() { $luarocks config --user-config; } 509test_config_user_config() { $luarocks config --user-config; }
510fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; } 510fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; }
511test_config_rock_trees() { $luarocks config --rock-trees; } 511test_config_rock_trees() { $luarocks config --rock-trees; }
512test_config_help() { $luarocks help config; }
512 513
513test_doc() { $luarocks install luarepl; $luarocks doc luarepl; } 514test_doc() { $luarocks install luarepl; $luarocks doc luarepl; }
514 515