Skip to content

Commit

Permalink
Add italic_reg and wordboxes_reg to the gplot list in prog/reg_wrappe…
Browse files Browse the repository at this point in the history
…r.sh

* These call pixWordMaskByDilation() in debug mode, which generates plots.
  • Loading branch information
DanBloomberg committed Feb 9, 2018
1 parent 683dde5 commit f74b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/reg_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TEST_NAME="${TEST##*/}"
TEST_NAME="${TEST_NAME%_reg*}"

case "${TEST_NAME}" in
baseline|boxa1|colormask|colorspace|dna|enhance|extrema|fpix1|kernel|nearline|projection|rankbin|rankhisto)
baseline|boxa1|colormask|colorspace|dna|enhance|extrema|fpix1|italic|kernel|nearline|projection|rankbin|rankhisto|wordboxes)
which gnuplot > /dev/null || which wgnuplot > /dev/null || exec ${@%${TEST}} /bin/sh -c "exit 77" ;;
esac

Expand Down

0 comments on commit f74b343

Please sign in to comment.