Commit d1a7f446 authored by Ivan Pozdeev's avatar Ivan Pozdeev Committed by Ivan Pozdeev
Browse files

enable tracing for tests

parent 1632024d
# Test multibuild utilities # Test multibuild utilities
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set -x
source common_utils.sh source common_utils.sh
source tests/utils.sh source tests/utils.sh
...@@ -27,3 +29,5 @@ fi ...@@ -27,3 +29,5 @@ fi
# Exit 1 if any test errors # Exit 1 if any test errors
barf barf
# Don't need Travis' machinery trace
set +x
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