We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a539 commit 04aeb16Copy full SHA for 04aeb16
DATA/tools/epn/gen_topo.sh
@@ -20,7 +20,7 @@
20
21
# GEN_TOPO_RUN_HOME is a debug setting used in some tests. This is not needed for online running.
22
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; }
+ [[ "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; }
24
else
25
if [ "0$GEN_TOPO_ONTHEFLY" == "01" ]; then
26
# In case we run the on the fly generation on the EPN, we define which odc-epn-topo binary to use.
0 commit comments