Announcement

Collapse
No announcement yet.

Return value of python test

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Return value of python test

    Dear all,
    I need to create a new test profile based on python algorithm. I take as example the test named pybench as propose in the post named "Creation of new tests". I manage to modify install.sh, download.xml, test-definition.xml and results-definition.xml for my application.
    But when I tried to run the test I got an error :

    "The test quit with a non-zero exit status."


    I used a command line call as : "phoronix-test-suite benchmark local/wysspython-0.2"
    I look in the pybench.py but I did not see specific return that could explain this issues. I tried to add a return at the end of my script. Did not help. I change the return to send back a zero value. Still issue.

    Do you have an idea why I got this error message.

    Cheers.

  • #2
    Solved i made a mistake, sorry

    Comment

    Working...
    X