Skip to content

Commit 9ecdc95

Browse files
committed
remove accidental modification for using negotiation on all designs
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent 95ca2f9 commit 9ecdc95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/test/test_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
LOG_FILE=${WORK_HOME}/logs/$PLATFORM/$DESIGN_NAME.log
2020
mkdir -p "${WORK_HOME}/logs/$PLATFORM"
2121

22-
__make="make DESIGN_CONFIG=$DESIGN_CONFIG USE_NEGOTIATION=1"
22+
__make="make DESIGN_CONFIG=$DESIGN_CONFIG"
2323
if [ -n "${FLOW_VARIANT+x}" ]; then
2424
__make+=" FLOW_VARIANT=$FLOW_VARIANT"
2525
fi

0 commit comments

Comments
 (0)