diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 17:59:30 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 17:59:30 -0200 |
commit | c7c9ee2c0b20f0463f5b9444ac41e8e4bcea850e (patch) | |
tree | ebe3f778f8beca783407da56dae6509762028b1f /test | |
parent | 9f05a4850ea650ee5381af953960b3682e3563c4 (diff) | |
download | luarocks-c7c9ee2c0b20f0463f5b9444ac41e8e4bcea850e.tar.gz luarocks-c7c9ee2c0b20f0463f5b9444ac41e8e4bcea850e.tar.bz2 luarocks-c7c9ee2c0b20f0463f5b9444ac41e8e4bcea850e.zip |
Just one more...
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh index c52ae39a..c0b5372b 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 | |||
269 | test_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"; } | 269 | test_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"; } |
270 | fail_admin_add_missing() { $luarocks_admin --server=testing add; } | 270 | fail_admin_add_missing() { $luarocks_admin --server=testing add; } |
271 | fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } | 271 | fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } |
272 | fail_admin_invalidrock() { $luarocks_admin --server=testing add invalid; } | 272 | fail_admin_invalidrock() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing add invalid; } |
273 | test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; } | 273 | test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; } |
274 | test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } | 274 | test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } |
275 | fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } | 275 | fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } |