commit | cdb5d8f646d0ba5f3ea775bc9008bce0ed61f507 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Sep 05 22:27:49 2018 -0400 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Sun Sep 09 19:21:54 2018 -0700 |
tree | bfe3fcb2443d5acfa3330a9f0341e3e61fb075ff | |
parent | e80d1167d490cd5c126236c880904069caaff9c1 [diff] [blame] |
ci: introduce helper to preserve select env variables under sudo Change-Id: I0217b8fbb005a43dddaf0010aa85130411d20813 Refs: #4610
diff --git a/.jenkins.d/20-tests.sh b/.jenkins.d/20-tests.sh index 00df3e5..ec4461b 100755 --- a/.jenkins.d/20-tests.sh +++ b/.jenkins.d/20-tests.sh
@@ -40,5 +40,8 @@ ASAN_OPTIONS+=":strip_path_prefix=${PWD}/" export ASAN_OPTIONS +export BOOST_TEST_BUILD_INFO=1 +export BOOST_TEST_COLOR_OUTPUT=1 + # Run unit tests ./build/unit-tests $(ut_log_args)