From 4c51c529b624e15fdfa00b31f00a54e952a1ad32 Mon Sep 17 00:00:00 2001 From: kenorb Date: Tue, 16 Jan 2024 23:55:45 +0000 Subject: [PATCH] tests/test_compile.sh: Installs MT4 and MT5 by installer --- scripts/tests/test_compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tests/test_compile.sh b/scripts/tests/test_compile.sh index ba83407b..70069c2c 100755 --- a/scripts/tests/test_compile.sh +++ b/scripts/tests/test_compile.sh @@ -10,8 +10,8 @@ initialize . ../.funcs.cmds.inc.sh # Installs both platforms. -install_mt 4.0.0.1280 /opt -install_mt 5.0.0.2361 /opt +install_mt 4 /opt +install_mt 5 /opt # Load variables. . ../.vars.inc.sh