Skip to content

Commit 8333098

Browse files
authored
Add creation of static folder in setup_test_env (#1209)
On first build this was missing and causing the script to fail. Change: static-create
1 parent c3dfaa4 commit 8333098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/proxy/setup_test_env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ GIT_DIR="${TESTTMP}/remote/" GIT_PROJECT_ROOT="${TESTTMP}/remote/" GIT_HTTP_EXPO
3333
echo $! > "${TESTTMP}/server_pid"
3434

3535
# Copy static UI resources
36+
mkdir -p "${TESTDIR}/../../static"
3637
cp -R "${TESTDIR}/../../static/" /josh/
3738

3839
if [ -n "${CARGO_TARGET_DIR+x}" ]; then

0 commit comments

Comments
 (0)