Commit c2aa954a authored by Vincent Pelletier's avatar Vincent Pelletier

shell/caucase.sh: Make caucased verbose in tests.

Tests are supposed to help spot errors, and caucased access traces help
with this too.
parent 49dd6e31
Pipeline #13440 failed with stage
in 0 seconds
...@@ -1212,12 +1212,12 @@ EOF ...@@ -1212,12 +1212,12 @@ EOF
echo 'Starting caucased...' echo 'Starting caucased...'
case "$caucased_type" in case "$caucased_type" in
path) path)
caucased --netloc "$netloc" > /dev/null & caucased --netloc "$netloc" &
;; ;;
environment) environment)
"$CAUCASE_PYTHON" \ "$CAUCASE_PYTHON" \
-c 'from caucase.http import main; main()' \ -c 'from caucase.http import main; main()' \
--netloc "$netloc" > /dev/null & --netloc "$netloc" &
;; ;;
*) *)
echo "Unhandled caucased_type $caucased_type" echo "Unhandled caucased_type $caucased_type"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment