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 c3dfaa4 commit 8333098Copy full SHA for 8333098
tests/proxy/setup_test_env.sh
@@ -33,6 +33,7 @@ GIT_DIR="${TESTTMP}/remote/" GIT_PROJECT_ROOT="${TESTTMP}/remote/" GIT_HTTP_EXPO
33
echo $! > "${TESTTMP}/server_pid"
34
35
# Copy static UI resources
36
+mkdir -p "${TESTDIR}/../../static"
37
cp -R "${TESTDIR}/../../static/" /josh/
38
39
if [ -n "${CARGO_TARGET_DIR+x}" ]; then
0 commit comments