We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fe974 commit cff484aCopy full SHA for cff484a
t/lib-git-svn.sh
@@ -81,6 +81,11 @@ then
81
break
82
fi
83
done
84
+ if test -z "$SVN_HTTPD_PATH"
85
+ then
86
+ skip_all='skipping git svn tests, Apache not found'
87
+ test_done
88
+ fi
89
for d in \
90
"$SVN_HTTPD_MODULE_PATH" \
91
/usr/lib/apache2/modules \
@@ -92,6 +97,11 @@ then
92
97
93
98
94
99
100
+ if test -z "$SVN_HTTPD_MODULE_PATH"
101
102
+ skip_all='skipping git svn tests, Apache module dir not found'
103
104
95
105
96
106
107
start_httpd () {
0 commit comments