Skip to content

Commit

Permalink
Merge pull request #296 from chewi/boxa1_reg
Browse files Browse the repository at this point in the history
Add boxa1_reg to gnuplot-dependent test list
  • Loading branch information
DanBloomberg authored Jan 31, 2018
2 parents 1c1d254 + 2a3a3a7 commit ed3f731
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|colormask|colorspace|dna|enhance|fpix1|kernel|nearline|projection|rankbin|rankhisto)
baseline|boxa1|colormask|colorspace|dna|enhance|fpix1|kernel|nearline|projection|rankbin|rankhisto)
which gnuplot > /dev/null || which wgnuplot > /dev/null || exec ${@%${TEST}} /bin/sh -c "exit 77" ;;
esac

Expand Down

0 comments on commit ed3f731

Please sign in to comment.