File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/GuiTests/RcpttProjects/RedGuiTests/Settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Element-Type: context
6
6
Element-Version: 2.0
7
7
Id: _Qh0yIA9TEeWFTuCZGHkLuQ
8
8
Runtime-Version: 2.3.0.201806262310
9
- Save-Time: 11/28 /18 5:15 PM
9
+ Save-Time: 12/14 /18 6:25 PM
10
10
11
11
------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998
12
12
Content-Type: text/ecl
@@ -71,7 +71,7 @@ global [val robot_version [run-process-and-trim "python" "-c" "from robot imp
71
71
72
72
//get jybot version: "Robot Framework 3.0 (Jython 2.7.0 on java1.8.0_25)" This is in procedure because i takes too much time
73
73
proc "check-jython-version"{
74
- global [val jybot_version [run -process-and-trim -process [os-specific "jybot.bat" "jybot" ] -arg1 "--version" -ignoreStderr true -ignoreExitCode true ]]
74
+ global [val jybot_version [exec -process "jython" "-m" "robot" "--version" -ignoreStderr true -ignoreExitCode true | get stdout |invoke trim ]]
75
75
}
76
76
77
77
You can’t perform that action at this time.
0 commit comments