summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qnand.py
diff options
context:
space:
mode:
authorHector Fernandez <hector@iatec.biz>2020-03-13 12:36:14 +0100
committerHector Fernandez <hector@iatec.biz>2020-03-19 21:31:03 +0100
commit71d9a1f0b6bb4389cb9b0760ce4e847574fdcd45 (patch)
treebeac8d6a6f79a1570295cc6abfad0dd15f112029 /test-cli/test/tests/qnand.py
parente74e0a36d9ad6a01c04500f3a24cb0ef5dd0b283 (diff)
downloadboard-71d9a1f0b6bb4389cb9b0760ce4e847574fdcd45.zip
board-71d9a1f0b6bb4389cb9b0760ce4e847574fdcd45.tar.gz
board-71d9a1f0b6bb4389cb9b0760ce4e847574fdcd45.tar.bz2
SOPA0000 test: Saved the variable data used during the eeprom and nand flashing.
Diffstat (limited to 'test-cli/test/tests/qnand.py')
-rw-r--r--test-cli/test/tests/qnand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/test/tests/qnand.py b/test-cli/test/tests/qnand.py
index 5125c1c..10a68f2 100644
--- a/test-cli/test/tests/qnand.py
+++ b/test-cli/test/tests/qnand.py
@@ -18,6 +18,6 @@ class Qnand(unittest.TestCase):
def execute(self):
try:
- sh.nandtest("-m", self.__device)
+ sh.nandtest("-m", self.__device, _out="/dev/null")
except sh.ErrorReturnCode as e:
self.fail("failed: could not complete nandtest command")