Skip to content

Commit 04aeb16

Browse files
committed
Gen Topo: Add GEN_TOPO_RUN_HOME_TEST as possibility to force generating a topology file with locally loaded O2PDPSuite
1 parent ca2a539 commit 04aeb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/tools/epn/gen_topo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# GEN_TOPO_RUN_HOME is a debug setting used in some tests. This is not needed for online running.
2222
if [[ "0$GEN_TOPO_RUN_HOME" == "01" ]]; then
23-
[[ $WORKFLOWMODE != "print" ]] && { echo "ERROR: GEN_TOPO_RUN_HOME is only supported with WORKFLOWMODE=print!" 1>&2; exit 1; }
23+
[[ "0$GEN_TOPO_RUN_HOME_TEST" != "01" ]] && [[ $WORKFLOWMODE != "print" ]] && { echo "ERROR: GEN_TOPO_RUN_HOME is only supported with WORKFLOWMODE=print!" 1>&2; exit 1; }
2424
else
2525
if [ "0$GEN_TOPO_ONTHEFLY" == "01" ]; then
2626
# In case we run the on the fly generation on the EPN, we define which odc-epn-topo binary to use.

0 commit comments

Comments
 (0)