mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
tests: include test http.server.log in the test's tmp dir
This commit is contained in:
parent
54e8867a7e
commit
9cfd12f9ed
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ if which wget; then
|
||||||
mv $REPOROOT/index-v1.json repo/index-v1.json
|
mv $REPOROOT/index-v1.json repo/index-v1.json
|
||||||
|
|
||||||
port=321${RANDOM:3}
|
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=$!
|
http_server_pid=$!
|
||||||
|
|
||||||
cd $REPOROOT
|
cd $REPOROOT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue