forked from josch/mmdebstrap
test.sh: redirect stderr of python http.server to /dev/null
This commit is contained in:
parent
87b9971539
commit
c8dbb408d8
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -29,7 +29,7 @@ fi
|
|||
trap 'kill $pid' INT QUIT TERM EXIT
|
||||
|
||||
cd mirror
|
||||
python3 -m http.server 8000 & pid=$!
|
||||
python3 -m http.server 8000 2>/dev/null & pid=$!
|
||||
cd -
|
||||
|
||||
# wait for the server to start
|
||||
|
|
Loading…
Reference in a new issue