From f74b34358424e618aec2719a4c3fe22cd179565a Mon Sep 17 00:00:00 2001 From: Dan Bloomberg Date: Fri, 9 Feb 2018 15:10:47 -0800 Subject: [PATCH] Add italic_reg and wordboxes_reg to the gplot list in prog/reg_wrapper.sh * These call pixWordMaskByDilation() in debug mode, which generates plots. --- prog/reg_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/reg_wrapper.sh b/prog/reg_wrapper.sh index 8180b4983..bc60c82dd 100755 --- a/prog/reg_wrapper.sh +++ b/prog/reg_wrapper.sh @@ -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