Hi everyone,
I tend to script a lot of tasks that are eventually run through Casper remote by our technicians. A lot of times the script will complete and Casper Remote will show a "failure" (Error Occurred) for something simple like trying to run an rm command on a file that isn't there in the first place. I've tried simply redirecting stderr to /dev/null, but this isn't really "not failing," it's just not complaining in the logs about it.
Has anyone run into this issue and is there a way to fool Casper into seeing failures as successes? -- This would only be for stuff like removing certain files that need to be removed if they exist, if not, no big deal, and a failure here wouldn't affect operation of the computer, etc.
TIA!
Andrew