Whamcloud - gitweb
LU-261 Renamed auster.sh to be auster
authorChris <chris@whamcloud.com>
Fri, 6 May 2011 15:35:40 +0000 (16:35 +0100)
committerJohann Lombardi <johann@whamcloud.com>
Thu, 15 Sep 2011 21:19:27 +0000 (17:19 -0400)
This makes it like b2_1 and following the convention that human commands don't
have extensions and modified Makefile.am which references auster[.sh]
Also remove libcfs from REQUIRED_DIRS in autogen.sh since libcfs is still
under lnet in lustre 1.8.

Change-Id: I29247005a6b02b039cf4a861af4dc5de30082c23
Signed-off-by: Chris Gearing <chris@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/541
Tested-by: Hudson
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
build/autogen.sh
lustre/tests/Makefile.am
lustre/tests/auster [moved from lustre/tests/auster.sh with 100% similarity]

index fd5a140..ea6e704 100644 (file)
@@ -66,7 +66,7 @@ if [ -d kernel_patches ] ; then
     REQUIRED_DIRS="build"
     CONFIGURE_DIRS=""
 else
-    REQUIRED_DIRS="build libcfs lnet lustre"
+    REQUIRED_DIRS="build lnet lustre"
     OPTIONAL_DIRS="snmp portals"
     CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs spl zfs"
 fi
index c2e4bd0..f4220b3 100644 (file)
@@ -23,7 +23,7 @@ noinst_SCRIPTS += recovery-mds-scale.sh run_dd.sh run_tar.sh run_iozone.sh
 noinst_SCRIPTS += run_dbench.sh run_IOR.sh recovery-double-scale.sh
 noinst_SCRIPTS += recovery-random-scale.sh parallel-scale.sh metadata-updates.sh
 noinst_SCRIPTS += ost-pools.sh rpc.sh lnet-selftest.sh obdfilter-survey.sh mmp.sh mmp_mark.sh
-noinst_SCRIPTS += sgpdd-survey.sh auster.sh yaml.sh maloo_upload.sh
+noinst_SCRIPTS += sgpdd-survey.sh auster yaml.sh maloo_upload.sh
 nobase_noinst_SCRIPTS = cfg/local.sh
 nobase_noinst_SCRIPTS += test-groups/regression test-groups/regression-mpi
 nobase_noinst_SCRIPTS += acl/make-tree acl/run cfg/ncli.sh
similarity index 100%
rename from lustre/tests/auster.sh
rename to lustre/tests/auster