[Ocfstest-commits] colinzhu commits r45 - trunk/bin

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed May 25 04:27:23 CDT 2005


Author: colinzhu
Date: 2005-05-25 04:27:20 -0500 (Wed, 25 May 2005)
New Revision: 45

Added:
   trunk/bin/config_files.sh
Modified:
   trunk/bin/config_ocfs2.sh
Log:
Configuration files commands are added



Added: trunk/bin/config_files.sh
===================================================================
--- trunk/bin/config_files.sh	2005-05-25 09:20:01 UTC (rev 44)
+++ trunk/bin/config_files.sh	2005-05-25 09:27:20 UTC (rev 45)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+echo "Modify configuration files for ocs2test to be suitable for your environment."
+echo "Press Enter to continue ... ..."
+read
+
+vi ../ocfs2test/src/TestSuites/ocfs2test/tset/setup.sh
+vi ../ocfs2test/src/TestSuites/ocfs2test/tset/testenv.sh
+vi ../ocfs2test/src/TestSuites/ocfs2test/tset/test.config
+
+echo "Run config_ocfs2.sh for the next step to build ocfs2test suites."
+


Property changes on: trunk/bin/config_files.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/bin/config_ocfs2.sh
===================================================================
--- trunk/bin/config_ocfs2.sh	2005-05-25 09:20:01 UTC (rev 44)
+++ trunk/bin/config_ocfs2.sh	2005-05-25 09:27:20 UTC (rev 45)
@@ -3,3 +3,4 @@
 cd ../ocfs2test/src/TestSuites/ocfs2test/tset/
 ./config.sh
 
+echo "Run auto_test_ocfs2.sh for the next step to test automatically."



More information about the Ocfstest-commits mailing list