]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: skip svn/cvs/gitweb tests on VMs
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 06:36:22 +0000 (23:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 06:36:22 +0000 (23:36 -0700)
Make

diff --git a/Make b/Make
index 22d1444ced5b3abe983594b614875160e82ad092..607ee29756e4dab6da91293030743c6449a7f652 100755 (executable)
--- a/Make
+++ b/Make
@@ -54,6 +54,11 @@ do
 done
 
 Wall='-Wall -Wdeclaration-after-statement' tests= jobs=
+case `hostname` in
+fc13i386)
+       GIT_SKIP_TESTS="t9??? $GIT_SKIP_TESTS"; export GIT_SKIP_TESTS
+       ;;
+esac
 case `uname` in
 OpenBSD)
        NEEDS_CRYPTO_WITH_SSL=YesPlease ; export NEEDS_CRYPTO_WITH_SSL