projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40b062
)
Now that we have good verbosity, turn it on for Travis
author
Richard Levitte
<levitte@openssl.org>
Fri, 12 Feb 2016 17:42:46 +0000
(18:42 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 12 Feb 2016 19:56:46 +0000
(20:56 +0100)
It's nearly impossible to determine what goes wrong in the tests
running there without this.
Reviewed-by: Rich Salz <rsalz@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index cb23320d38b808af6444487c192ec5d772d109f7..8e365b3356cc689372598fca605f417c911d3ac2 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-104,7
+104,7
@@
script:
- if [ -n "$CROSS_COMPILE" ]; then
export EXE_SHELL="wine" WINEPREFIX=`pwd`;
fi
- - make test
+ -
HARNESS_VERBOSE=yes
make test
- cd ..
notifications: