summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qram.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qram.py')
-rw-r--r--test-cli/test/tests/qram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/test/tests/qram.py b/test-cli/test/tests/qram.py
index cc75b68..5a7734a 100644
--- a/test-cli/test/tests/qram.py
+++ b/test-cli/test/tests/qram.py
@@ -23,6 +23,6 @@ class Qram(unittest.TestCase):
def execute(self):
try:
- sh.memtester(self.__memsize, "1")
+ sh.memtester(self.__memsize, "1", _out="/dev/null")
except sh.ErrorReturnCode as e:
self.fail("failed: could not complete memtester command")