From c3d2710b7d54f37892c76f0e30b71856054253c1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 17 Feb 2005 12:05:59 -0500 Subject: [svn-r10031] Purpose: Improvement. Description: Added a command to dump all environment variables at the beginning of the snapshot test. Platforms tested: Attempted to test in eirene but aborted it after seeing the dumping because it was doing things to the current/ of daily test directory. *arg!* --- bin/snapshot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/snapshot b/bin/snapshot index eee8bbc..ce06800 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -44,9 +44,10 @@ uname -a # setup exit banner message trap EXIT_BANNER 0 -# The path isn't properly initialized on hawkwind -- /usr/local/bin is -# either missing or is after /usr/bin when it should be before. -PATH="/usr/local/bin:$PATH" +# Dump environment variables +echo ===Dumping environment variables=== +printenv | sort +echo ===Done Dumping environment variables=== # Where are the snapshots stored? ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/snapshots -- cgit v0.12