Issue #2509: Fix baseline merge breakage to ifpIMAGE.

Change-Id: Iff39a451b2d61c48fd3c77eda228f2812883ef00

Former-commit-id: dc8f0dde25 [formerly b12e29dd7c] [formerly 03d36b8309] [formerly e8ffc73893 [formerly 03d36b8309 [formerly 19e9a7f37409e37b378bf2f3eae0b9b16d797f65]]]
Former-commit-id: e8ffc73893
Former-commit-id: bcf359e669db6d450eb89b007e4262c8f81e5b91 [formerly 94ec272ab2]
Former-commit-id: ad8c40032f
This commit is contained in:
David Gillingham 2014-02-07 09:51:42 -06:00
parent 7954587c40
commit 8cdf1ce158

View file

@ -24,6 +24,7 @@
# ------------ ---------- ----------- --------------------------
# Dec 04, 2013 #2589 dgilling Create command-line arg that controls
# xvfb initialization.
# Feb 07, 2014 #2509 dgilling Fix baseline merge issue.
#
#
@ -38,7 +39,7 @@ CAVE_DIR=/awips2/cave
# execute the runProcedure module
_GFECLI="${RUN_FROM_DIR}/gfeclient.sh"
_GFECLI_ARGS="-enablegl"
_MODULE="${CAVE_DIR}/etc/gfe/utility/PngWriter.py"
_MODULE="${RUN_FROM_DIR}/src/ifpimage/PngWriter.py"
# quoting of '$@' is used to prevent command line interpretation
if [ ! -f $_GFECLI ] || [ ! -d $CAVE_DIR ]