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
echo 'Starting caucased...'
case "$caucased_type" in
path)
caucased --netloc "$netloc" > /dev/null &
caucased --netloc "$netloc" &
;;
environment)
"$CAUCASE_PYTHON" \
-c 'from caucase.http import main; main()' \
--netloc "$netloc" > /dev/null &
--netloc "$netloc" &
;;
*)
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