projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a795d3e
)
harness: Removed superfluous debug print.
release2014-12-10
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 9 Dec 2014 13:45:21 +0000 (14:45 +0100)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 9 Dec 2014 13:45:21 +0000 (14:45 +0100)
tools/harness/tests/common.py
patch
|
blob
|
history
diff --git
a/tools/harness/tests/common.py
b/tools/harness/tests/common.py
index
9b5e17d
..
4d0d5f8
100644
(file)
--- a/
tools/harness/tests/common.py
+++ b/
tools/harness/tests/common.py
@@
-56,7
+56,6
@@
class TestCommon(Test):
targets = self.get_build_targets(build, machine)
# set custom test timeout if machine specifies one
test_timeout_secs = machine.get_test_timeout()
- debug.verbose('test_timeout_secs: %d' % test_timeout_secs)
if not test_timeout_secs:
test_timeout_secs = DEFAULT_TEST_TIMEOUT
else: