projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2335a6
)
only perform live tests if LIVETEST is set
author
Bill Erickson
<berickxx@gmail.com>
Tue, 16 Sep 2014 13:58:20 +0000
(09:58 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Tue, 16 Sep 2014 13:58:20 +0000
(09:58 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
installer/wheezy/eg_wheezy_installer.sh
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
364a2d0
..
d778d77
100755
(executable)
--- a/
installer/wheezy/eg_wheezy_installer.sh
+++ b/
installer/wheezy/eg_wheezy_installer.sh
@@
-48,7
+48,9
@@
function my_init {
configure_apache
if [ $AUTOSTART ]; then
start_evergreen
- test_evergreen_live
+ if [ $LIVETEST ]; then
+ test_evergreen_live
+ fi
fi
}