Unverified Commit b065fa47 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #131 from native-api/upstream_diagnostics

MRG: enable tracing for multibuild tests
parents 63828345 a95c98e4
......@@ -124,4 +124,5 @@ matrix:
- PYTHON_VERSION=3.5
script:
- export ENV_VARS_PATH="tests/env_vars.sh"
- source tests/test_multibuild.sh
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set -x
\ No newline at end of file
# Test multibuild utilities
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set -x
source common_utils.sh
source tests/utils.sh
......@@ -27,3 +29,5 @@ fi
# Exit 1 if any test errors
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