aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-09 18:08:34 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-12-09 18:08:34 -0200
commitd0a6f0b0122ce8d29f9cdaae6e744cafaeb5f43a (patch)
treeabdde494d70726565ffe6aa6c96bfaddcf0068ee /test
parentc7c9ee2c0b20f0463f5b9444ac41e8e4bcea850e (diff)
downloadluarocks-d0a6f0b0122ce8d29f9cdaae6e744cafaeb5f43a.tar.gz
luarocks-d0a6f0b0122ce8d29f9cdaae6e744cafaeb5f43a.tar.bz2
luarocks-d0a6f0b0122ce8d29f9cdaae6e744cafaeb5f43a.zip
Going crazy!
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 c0b5372b..bce65294 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -269,7 +269,7 @@ test_admin_add_rsync() { if [ "$travis" ]; then return; fi; $luarocks_admin --se
269test_admin_add_sftp() { if [ "$travis" ]; then return; fi; export LUAROCKS_CONFIG="$testing_dir/testing_config_sftp.lua" && $luarocks_admin --server=testing add ./luasocket-${verrev_luasocket}.src.rock; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } 269test_admin_add_sftp() { if [ "$travis" ]; then return; fi; export LUAROCKS_CONFIG="$testing_dir/testing_config_sftp.lua" && $luarocks_admin --server=testing add ./luasocket-${verrev_luasocket}.src.rock; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; }
270fail_admin_add_missing() { $luarocks_admin --server=testing add; } 270fail_admin_add_missing() { $luarocks_admin --server=testing add; }
271fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } 271fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; }
272fail_admin_invalidrock() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing add invalid; } 272fail_admin_invalidrock() { if [ "$travis" ]; then return 1; fi; $luarocks_admin --server=testing add invalid; }
273test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; } 273test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; }
274test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } 274test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; }
275fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } 275fail_admin_remove_missing() { $luarocks_admin --server=testing remove; }