diff --git a/jenkins-scripts/docker/lib/_generic_linux_compilation_build.sh.bash b/jenkins-scripts/docker/lib/_generic_linux_compilation_build.sh.bash index 506694e5b..9a045a622 100644 --- a/jenkins-scripts/docker/lib/_generic_linux_compilation_build.sh.bash +++ b/jenkins-scripts/docker/lib/_generic_linux_compilation_build.sh.bash @@ -100,7 +100,7 @@ if $GENERIC_ENABLE_TESTS; then if [[ -d $WORKSPACE/core_dumps ]]; then for corefile in $WORKSPACE/core_dumps/core.* do - gdb --batch -ex "sharedlibrary; thread apply all bt" --core \$corefile | tee $WORKSPACE/core_dumps/\${corefile}_backtrace.txt + gdb --batch -ex "sharedlibrary; thread apply all bt" --core \$corefile | tee \${corefile}_backtrace.txt done fi stop_stopwatch TEST