projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542f79a
)
tastier config has tests enabled
author
Chris Koeritz
<fred@gruntose.com>
Mon, 2 Jan 2017 17:36:57 +0000
(12:36 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 2 Jan 2017 17:36:57 +0000
(12:36 -0500)
feisty_inits/dot.bashrc-normal-user
patch
|
blob
|
history
diff --git
a/feisty_inits/dot.bashrc-normal-user
b/feisty_inits/dot.bashrc-normal-user
index 74a777476d3808fa3f7f36596f6d991af700de6a..a4f1ca0e4123d9f464563b51fc6d8cf1ec377e97 100644
(file)
--- 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
##############