Skip to content

Commit

Permalink
Disable highlighting of first command to fix test-settrace (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg authored Jun 17, 2024
1 parent 4204dd4 commit 68bfc7c
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 68bfc7c

Please sign in to comment.