aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/sample.conf
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-06-14 20:42:19 -0400
committerSteven Rostedt <rostedt@goodmis.org>2011-06-14 20:43:59 -0400
commit4892063043282229c1296d86a2f86989ef30a97c (patch)
treeea3a1b6015d99ce77c0296ef6a6d77bd29316b30 /tools/testing/ktest/sample.conf
parent0bd6c1a38f57127eeb9444ed74cf5b65f36f563c (diff)
ktest: Have the testing tmp dir include machine name
As multiple tests may be executed by the same server, have the test machine name add uniqueness to the value of the temp directory. Otherwise the temp directories may overwrite each other's tests. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r--tools/testing/ktest/sample.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index 1092e4759c1e..e2d8d8338e9a 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -392,8 +392,8 @@
392#ADD_CONFIG = /home/test/config-broken 392#ADD_CONFIG = /home/test/config-broken
393 393
394# The location on the host where to write temp files 394# The location on the host where to write temp files
395# (default /tmp/ktest) 395# (default /tmp/ktest/${MACHINE})
396#TMP_DIR = /tmp/ktest 396#TMP_DIR = /tmp/ktest/${MACHINE}
397 397
398# Optional log file to write the status (recommended) 398# Optional log file to write the status (recommended)
399# Note, this is a DEFAULT section only option. 399# Note, this is a DEFAULT section only option.