From 9f05a4850ea650ee5381af953960b3682e3563c4 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 9 Dec 2013 17:52:56 -0200 Subject: skip more rsync stuff --- test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testing.sh b/test/testing.sh index bfb2c10e..c52ae39a 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -270,7 +270,7 @@ test_admin_add_sftp() { if [ "$travis" ]; then return; fi; export LUAROCKS_CONFI fail_admin_add_missing() { $luarocks_admin --server=testing add; } fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } fail_admin_invalidrock() { $luarocks_admin --server=testing add invalid; } -test_admin_refresh_cache() { $luarocks_admin --server=testing refresh_cache; } +test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; } test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } -- cgit v1.2.3-55-g6feb