Skip to content

Commit

Permalink
correctly pass the TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Sep 3, 2024
1 parent 1f684fd commit 1368bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mettalog
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ if [[ "$repl_flag" == "true" ]]; then
fi

if [[ -n "$TIMEOUT" && "$TIMEOUT" -gt 0 ]]; then
add_to_list "--timeout==$TIMEOUT" PRE_METTALOG_OPTIONS
add_to_list "--timeout=$TIMEOUT" PRE_METTALOG_OPTIONS
fi


Expand Down

0 comments on commit 1368bfe

Please sign in to comment.