Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Oct 13, 2023
1 parent 8b52776 commit f7b730d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if $GENERIC_ENABLE_TESTS; then
cd $WORKSPACE/core_dumps
for corefile in core.*
do
gdb --batch -ex "thread apply all bt" --core $corefile > ${corefile}_backtrace.txt
gdb --batch -ex "thread apply all bt" --core \$corefile > \${corefile}_backtrace.txt
done
fi
stop_stopwatch TEST
Expand Down

0 comments on commit f7b730d

Please sign in to comment.