Skip to content

Commit a978a0b

Browse files
committed
Update for test for RF 3.1
1 parent 1170733 commit a978a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/GuiTests/RcpttProjects/RedGuiTests/Settings/CommonActionScripts.ctx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Element-Type: context
66
Element-Version: 2.0
77
Id: _Qh0yIA9TEeWFTuCZGHkLuQ
88
Runtime-Version: 2.3.0.201806262310
9-
Save-Time: 11/28/18 5:15 PM
9+
Save-Time: 12/14/18 6:25 PM
1010

1111
------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998
1212
Content-Type: text/ecl
@@ -71,7 +71,7 @@ global [val robot_version [run-process-and-trim "python" "-c" "from robot imp
7171

7272
//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
7373
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 ]]
7575
}
7676

7777

0 commit comments

Comments
 (0)