Skip to content

Commit

Permalink
Fixed small typu and added print to RTC host test
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Sep 5, 2014
1 parent 0b24faa commit 41c7771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_tools/host_tests/host_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self):
self.extra_serial = None
self.serial = None
self.timeout = self.DEFAULT_TOUT if self.options.timeout is None else self.options.timeout
print 'Host test instrumentation on port: "%s" with serial: "%s"' % (self.port, self.disk)
print 'Host test instrumentation on port: "%s" and disk: "%s"' % (self.port, self.disk)

def init_serial(self, baud=9600, extra_baud=9600):
""" Initialize serial port. Function will return error is port can't be opened or initialized
Expand Down
1 change: 1 addition & 0 deletions workspace_tools/host_tests/rtc_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def run(self):
print "Got RTC time: " + c[:-1] + " ... " + result_msg
stdout.flush()
else:
print c
test_result = False
break

Expand Down

0 comments on commit 41c7771

Please sign in to comment.