Issue #2509: Fix baseline merge breakage to ifpIMAGE.
Change-Id: Iff39a451b2d61c48fd3c77eda228f2812883ef00 Former-commit-id:dc8f0dde25
[formerlyb12e29dd7c
] [formerly03d36b8309
] [formerlye8ffc73893
[formerly03d36b8309
[formerly 19e9a7f37409e37b378bf2f3eae0b9b16d797f65]]] Former-commit-id:e8ffc73893
Former-commit-id: bcf359e669db6d450eb89b007e4262c8f81e5b91 [formerly94ec272ab2
] Former-commit-id:ad8c40032f
This commit is contained in:
parent
7954587c40
commit
8cdf1ce158
1 changed files with 2 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue