Show pip version used for installing httpbin in the logs
This commit is contained in:
@@ -47,6 +47,8 @@ httpbin_launch() {
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "Installing using `python$PY3 -m pip --version`"
|
||||
|
||||
python$PY3 -m pip install $pip_decorator_arg httpbin --user $pip_options
|
||||
python$PY3 -m httpbin.core 2>&1 >httpbin.log &
|
||||
WX_TEST_WEBREQUEST_URL="http://localhost:5000"
|
||||
|
Reference in New Issue
Block a user