Cron’ing my eggplant script does not seem to work with redhat 5. Eggplant launches a GUI and therefore the cron will not run.
The portion of my csh script which launches eggplant is below:
>runscript RunTestPhx.script -host <machine> -port <#> -parms p1 p2 p3
How can I flag eggplant so it does not show any GUI when I call it from my csh script? An example would be appreciated.
Thanks