sanitycheck: use Unknown instead of N/A for fail reason
Instead of N/A, use Unknown which is more appropriate, N/A does not really apply here. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5c331f95ad
commit
813deb7967
1 changed files with 1 additions and 1 deletions
|
@ -1645,7 +1645,7 @@ class TestInstance:
|
|||
self.platform = platform
|
||||
|
||||
self.status = None
|
||||
self.reason = "N/A"
|
||||
self.reason = "Unknown"
|
||||
self.metrics = dict()
|
||||
self.handler = None
|
||||
self.outdir = outdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue