From 27a2d38e09eae51c1a5e4a59b772225b62ece80d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 2 Jan 2017 12:36:57 -0500 Subject: [PATCH] tastier config has tests enabled --- feisty_inits/dot.bashrc-normal-user | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ############## -- 2.34.1