Skip to content
Snippets Groups Projects
Commit a64efdef authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Test-runner: fix a typo in a help message.

Test-runner: fix a typo in a help message (test-run.py)
parent f1ec23e2
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ class Options:
help = """Run test suite in memory, using tmpfs or ramdisk.
Is used only if vardir is not an absolute path. In that case
vardir is sym-linked to /dev/shm/<vardir>.
Linux only. Default: true""")
Linux only. Default: false""")
self.check(parser)
self.args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment