From 1368bfe7d092dc813960c860553408286ab5f264 Mon Sep 17 00:00:00 2001 From: logicmoo Date: Mon, 2 Sep 2024 19:56:47 -0700 Subject: [PATCH] correctly pass the TIMEOUT --- mettalog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mettalog b/mettalog index abf9631b2f3..bc7b4b30d8f 100755 --- a/mettalog +++ b/mettalog @@ -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