tastier config has tests enabled
authorChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 17:36:57 +0000 (12:36 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 17:36:57 +0000 (12:36 -0500)
feisty_inits/dot.bashrc-normal-user

index 74a777476d3808fa3f7f36596f6d991af700de6a..a4f1ca0e4123d9f464563b51fc6d8cf1ec377e97 100644 (file)
@@ -28,8 +28,10 @@ if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
   source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
 
   # if not commented out, then feisty meow will run all the unit tests during builds.
-  #export RUN_ALL_TESTS=true
+  export RUN_ALL_TESTS=true
 
+  # turns on noisy debugging in feisty meow scripts if uncommented.
+  #export SHELL_DEBUG=true
 fi
 
 ##############