aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-09 16:48:30 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-12-09 16:48:30 -0200
commita620ec6b9740a03598f58196c16afdcb332753f0 (patch)
tree6b9c3fbdbc79cc209b8a1dca91ec4abc2b79a742 /test
parentce84268ca92003bf40bf8f084435a874183be7a7 (diff)
downloadluarocks-a620ec6b9740a03598f58196c16afdcb332753f0.tar.gz
luarocks-a620ec6b9740a03598f58196c16afdcb332753f0.tar.bz2
luarocks-a620ec6b9740a03598f58196c16afdcb332753f0.zip
skip this one
Diffstat (limited to 'test')
-rwxr-xr-xtest/testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh
index b5ce1402..542f8b13 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -213,7 +213,7 @@ fail_build_nohttps() { $luarocks install luasocket && $luarocks download --rocks
213test_build_https() { $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } 213test_build_https() { $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; }
214test_build_supported_platforms() { $luarocks build lpty; } 214test_build_supported_platforms() { $luarocks build lpty; }
215 215
216test_build_deps_partial_match() { $luarocks build yaml; } 216test_build_deps_partial_match() { if [ "$travis" ]; then return; fi; $luarocks build yaml; }
217test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } 217test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; }
218 218
219test_download_all() { $luarocks download --all validate-args && rm validate-args-*; } 219test_download_all() { $luarocks download --all validate-args && rm validate-args-*; }