-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I am pretty close now to run my OmnisTAP test with Jenkins, the only thing I can not get around is the error message 'Omnis quit unexpectedly'. I get this message at the end of the test run. As far as I can see this is caused by the shell script omniscli. The last line in the console is:
/Applications/OmnisStudio8RT.app/Contents/MacOS/bin/omniscli: line 145: 46327 Abort trap: 6 "${lcOmnisBin}" 2> >(cleanOmnisStdErr)
Because of the message 'Omnis quit unexpectedly' at the next start of the testrun I get the message 'The last time you opened Omnis, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?' You have to click one of the buttons 'Don't Reopen' or 'Reopen' to start the testrun.
The test library is in the startup folder of the Run time.
I tested it in Omnis Studio 8.0.3.5 and 8.1.5 with both the same result
Used both my own test library as the omnistap_example library
What am I doing wrong? How can I fix this?