differentiating and improving the two test methods
[feisty_meow.git] / feisty_inits / dot.bashrc-normal-user
index 793e4841f8eeb3c2f3a221a727777838637c8f3f..0015d767f7f136b6bd01a5fe17a70eab388c03ca 100644 (file)
@@ -1,4 +1,6 @@
 
+##############
+
 # initializes the feisty meow environment for "normal" users (not intended for the root user).
 
 ##############
@@ -25,7 +27,7 @@ if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
   export RUN_ALL_TESTS=true
 
   # turns on noisy debugging in feisty meow scripts if uncommented.
-  #export SHELL_DEBUG=true
+  #export DEBUG_FEISTY_MEOW=true
 fi
 
 ##############