mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
tests: include test http.server.log in the test's tmp dir
This commit is contained in:
parent
54e8867a7e
commit
9cfd12f9ed
@ -1266,7 +1266,7 @@ if which wget; then
|
||||
mv $REPOROOT/index-v1.json repo/index-v1.json
|
||||
|
||||
port=321${RANDOM:3}
|
||||
timeout 5m python3 -m http.server $port --bind 127.0.0.1 > http.server.log 2>&1 &
|
||||
timeout 5m python3 -m http.server $port --bind 127.0.0.1 > $REPOROOT/http.server.log 2>&1 &
|
||||
http_server_pid=$!
|
||||
|
||||
cd $REPOROOT
|
||||
|
Loading…
Reference in New Issue
Block a user