I am encountering a problem when attempting to Test/Execute Script from BurnInTest v3.1 for Linux.
I have a created a *.bits file as per the documentation and attempt to launch an external application using "EXECUTE /tmp/externalapp/externalapp.x86". The program does not execute. Instead of launching the application it provides a Usage menu explaining the different parameter settings for the application. (i.e. externalapp.x86 -v provides the version, externalapp.x86 -h launches help, etc.).
However, if I type /tmp/externalapp/externalapp.x86 at the terminal window it launches with no issues.
Any suggestions? Thoughts?
Thanks in advance!
I have a created a *.bits file as per the documentation and attempt to launch an external application using "EXECUTE /tmp/externalapp/externalapp.x86". The program does not execute. Instead of launching the application it provides a Usage menu explaining the different parameter settings for the application. (i.e. externalapp.x86 -v provides the version, externalapp.x86 -h launches help, etc.).
However, if I type /tmp/externalapp/externalapp.x86 at the terminal window it launches with no issues.
Any suggestions? Thoughts?
Thanks in advance!
Comment