projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b06807c
)
harness: panda_local: remove picocom lock after killing process
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Wed, 19 Oct 2016 15:55:44 +0000 (17:55 +0200)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Wed, 19 Oct 2016 15:55:44 +0000 (17:55 +0200)
Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>
tools/harness/machines/pandaboard.py
patch
|
blob
|
history
diff --git
a/tools/harness/machines/pandaboard.py
b/tools/harness/machines/pandaboard.py
index
794a148
..
28f141c
100644
(file)
--- a/
tools/harness/machines/pandaboard.py
+++ b/
tools/harness/machines/pandaboard.py
@@
-101,6
+101,7
@@
class PandaboardMachine(ARMMachineBase):
if self.picocom is not None:
debug.verbose("Killing picocom")
self.picocom.kill()
+ os.unlink("/var/lock/LCK..ttyUSB0")
self.picocom = None
self.masterfd = None