From 11d2cdb2ac69c213eb8840143ed0163956f54e9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de>
Date: Thu, 9 Aug 2018 07:13:12 +0200
Subject: [PATCH] tests/cbor: run tests with echo=True by default

---
 tests/cbor/tests/01-run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cbor/tests/01-run.py b/tests/cbor/tests/01-run.py
index c06b36eb75..54705ff527 100755
--- a/tests/cbor/tests/01-run.py
+++ b/tests/cbor/tests/01-run.py
@@ -52,4 +52,4 @@ def testfunc(child):
 if __name__ == "__main__":
     sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
     from testrunner import run
-    sys.exit(run(testfunc, echo=False))
+    sys.exit(run(testfunc))
-- 
GitLab