summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qnand.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qnand.py')
-rw-r--r--test-cli/test/tests/qnand.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-cli/test/tests/qnand.py b/test-cli/test/tests/qnand.py
index 8c78e2b..988ab60 100644
--- a/test-cli/test/tests/qnand.py
+++ b/test-cli/test/tests/qnand.py
@@ -22,13 +22,13 @@ class Qnand(unittest.TestCase):
try:
p = sh.nandtest("-m", self.__device)
# save result
- with open('/tmp/station/nand-nandtest.txt', 'w') as outfile:
+ with open('/mnt/station_ramdisk/nand-nandtest.txt', 'w') as outfile:
n = outfile.write(p.stdout.decode('ascii'))
outfile.close()
self.__resultlist.append(
{
"description": "nandtest output",
- "filepath": "/tmp/station/nand-nandtest.txt",
+ "filepath": "/mnt/station_ramdisk/nand-nandtest.txt",
"mimetype": "text/plain"
}
)