Boot-loop testing script for EON/C2 device sensors (#1303)

* Sensor test boot-loop script

* Changing file permissions

* Set executable

* Changing file permissions

* Sensor test boot-loop script

* Changing file permissions

* Set executable

* Changing file permissions

* Bugfix to text_window

* Capture logs during a failure event

* Capture logs during a failure event
This commit is contained in:
Jason Young
2020-04-01 10:51:47 -07:00
committed by GitHub
parent 202a4c2011
commit 0970dd74b7
3 changed files with 69 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class TextWindow():
def get_status(self):
if self.text_proc is not None:
self.text_proc.poll()
return s.text_proc.returncode
return self.text_proc.returncode
return None