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 cbc0a82 commit ec380faCopy full SHA for ec380fa
tests/proxy/setup_test_env.sh
@@ -1,6 +1,7 @@
1
export TESTTMP=${PWD}
2
-killall josh-proxy >/dev/null 2>&1
3
-killall hyper-cgi-test-server >/dev/null 2>&1
+
+killall josh-proxy >/dev/null 2>&1 || true
4
+killall hyper-cgi-test-server >/dev/null 2>&1 || true
5
6
git init --bare ${TESTTMP}/remote/real_repo.git/ 1> /dev/null
7
git config -f ${TESTTMP}/remote/real_repo.git/config http.receivepack true
0 commit comments