You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./src/testsuite.py", line 331, in
main()
File "./src/testsuite.py", line 263, in main
mytest = Test(child, options, conf, logger)
File "./src/./tools/ts_test.py", line 91, in init
raise SkipError('An executable must be defined in the command line or in testlist.xml')
ts_error.SkipError: An executable must be defined in the command line or in testlist.xml
instead of a proper error msg
The text was updated successfully, but these errors were encountered:
We get :
Traceback (most recent call last):
File "./src/testsuite.py", line 331, in
main()
File "./src/testsuite.py", line 263, in main
mytest = Test(child, options, conf, logger)
File "./src/./tools/ts_test.py", line 91, in init
raise SkipError('An executable must be defined in the command line or in testlist.xml')
ts_error.SkipError: An executable must be defined in the command line or in testlist.xml
instead of a proper error msg
The text was updated successfully, but these errors were encountered: