Commit 02c687af authored by Vincent Pelletier's avatar Vincent Pelletier

shell/caucase.sh: Make test failues easier to debug.

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