Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
b065fa47
Unverified
Commit
b065fa47
authored
Feb 14, 2018
by
Matthew Brett
Committed by
GitHub
Feb 14, 2018
Browse files
Merge pull request #131 from native-api/upstream_diagnostics
MRG: enable tracing for multibuild tests
parents
63828345
a95c98e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
.travis.yml
.travis.yml
+1
-0
tests/env_vars.sh
tests/env_vars.sh
+2
-0
tests/test_multibuild.sh
tests/test_multibuild.sh
+4
-0
No files found.
.travis.yml
View file @
b065fa47
...
...
@@ -124,4 +124,5 @@ matrix:
-
PYTHON_VERSION=3.5
script
:
-
export ENV_VARS_PATH="tests/env_vars.sh"
-
source tests/test_multibuild.sh
tests/env_vars.sh
0 → 100644
View file @
b065fa47
export
PS4
=
'+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set
-x
\ No newline at end of file
tests/test_multibuild.sh
View file @
b065fa47
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment