From: Chris Koeritz Date: Mon, 2 Jan 2017 17:36:57 +0000 (-0500) Subject: tastier config has tests enabled X-Git-Tag: 2.140.90~290 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=27a2d38e09eae51c1a5e4a59b772225b62ece80d;p=feisty_meow.git tastier config has tests enabled --- diff --git a/feisty_inits/dot.bashrc-normal-user b/feisty_inits/dot.bashrc-normal-user index 74a77747..a4f1ca0e 100644 --- a/feisty_inits/dot.bashrc-normal-user +++ b/feisty_inits/dot.bashrc-normal-user @@ -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 ##############