Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[travis] Trigger libSegFault on abrt
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
.ci/travis/linux/docker-build-test.sh
|
@@ -16,6 +16,7 @@ ccache -z |
|
|
# Setup the (c)test environment |
|
|
############################ |
|
|
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so |
|
|
export SEGFAULT_SIGNALS="abrt segv" |
|
|
export CTEST_BUILD_COMMAND="/usr/bin/ninja" |
|
|
export CTEST_PARALLEL_LEVEL=1 |
|
|
|
|
|