Skip to content

Commit

Permalink
Merge pull request #4 from rocky/5.1-jansorg-fix-test-settrace
Browse files Browse the repository at this point in the history
5.2: Fix test-settrace
  • Loading branch information
rocky authored Feb 13, 2024
2 parents 14d541a + 31412e8 commit b4cd90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/example/settrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
cmdfile=${top_srcdir}/test/data/settrace.cmd
fi

source ${top_builddir}/bashdb-trace -q --no-init -L $top_srcdir -B -x $cmdfile
source ${top_builddir}/bashdb-trace -q --no-init --no-highlight -L $top_srcdir -B -x $cmdfile
typeset -i max=1
init
hanoi $max 'a' 'b' 'c'
Expand Down

0 comments on commit b4cd90c

Please sign in to comment.