From 3e70cd88d0c3761a0586f18d7be5565747115c1f Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 14 May 2010 20:35:52 +0000
Subject: [PATCH] Note the tests are designed to be run from a global file
 system

---
 testsuite/expect/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/testsuite/expect/README b/testsuite/expect/README
index 3a0214a4647..16860ba6bc6 100644
--- a/testsuite/expect/README
+++ b/testsuite/expect/README
@@ -1,6 +1,6 @@
 ############################################################################
 # Copyright (C) 2002-2007 The Regents of the University of California.
-# Copyright (C) 2008-2009 Lawrence Livermore National Security.
+# Copyright (C) 2008-2010 Lawrence Livermore National Security.
 # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
 # Written by Morris Jette <jette1@llnl.gov>
 # Additionals by Joseph Donaghy <donaghy1@llnl.gov>
@@ -48,6 +48,11 @@ catastrophic test failure other messages could be printed and their cause
 should be investigated. In either case, failing tests will terminate with a
 non-zero exit code and successful tests will terminate with a zero exit code.
 
+The test is designed to be executed from a cluster-wide file system.
+File created on one node in the cluster should be visible to all other
+nodes in the cluster. If not executed in such an environment, many tests
+will fail.
+
 The script "regression" will execute all of the tests and summarize the
 results. Standard output contains detailed logging of all events, which is
 quite verbose. Failure information is written to standard error. A good
-- 
GitLab