|
If you launch a shell file in a Swing session on certain Linux machines, iTest may crash when ending the session. Workaround: Rather than launching the shell file, launch "bash" and pass the shell file as an argument. This way, when iTest kills the process, it kills bash and not the shell script. When bash kills, it deals with killing the script and the java process. In your session profile: Set the Command to launch the application property to be /bin/bash (or wherever your bash is) For the Command line options property, type the shell file and its required arguments. |