File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222if [[ $R -ne 0 ]] ; then
2323 echo " Test failed, rerunning with debugger"
2424 echo ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE " $TESTS "
25- lldb -o ' r' -o ' bt' -o ' exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE " $TESTS "
25+ lldb -O ' settings set target.disable-aslr false ' - o ' r' -o ' bt' -o ' exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE " $TESTS "
2626fi
2727exit $R
Original file line number Diff line number Diff line change 115115if [[ $R -ne 0 ]] ; then
116116 echo " Test failed, rerunning with debugger"
117117 echo ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE " $TESTS "
118- lldb -o ' r' -o ' bt' -o ' exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE " $TESTS "
118+ lldb -O ' settings set target.disable-aslr false ' - o ' r' -o ' bt' -o ' exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE " $TESTS "
119119fi
120120exit $R
You can’t perform that action at this time.
0 commit comments