[Bps-public-commit] RTx-TakeScreenshots branch, master, updated. 2d1615197a5b88abf15adcc2bffc87494bdc86ea
Kevin Falcone
falcone at bestpractical.com
Thu Apr 28 12:20:52 EDT 2011
The branch, master has been updated
via 2d1615197a5b88abf15adcc2bffc87494bdc86ea (commit)
from 5131d68f7d2bea967ffe7643fe1be323c964ad8c (commit)
Summary of changes:
bin/clean-slate | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 2d1615197a5b88abf15adcc2bffc87494bdc86ea
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Apr 28 12:20:37 2011 -0400
There was an implicit dep on this env variable, make it explicit
diff --git a/bin/clean-slate b/bin/clean-slate
index 656d752..939b64a 100755
--- a/bin/clean-slate
+++ b/bin/clean-slate
@@ -2,6 +2,11 @@
EXT=`pwd`
RT=${RTHOME:-~/bps/rt}
+if [ "${RT_DBA_USER}x" == "x" ]; then
+ echo "You must set RT_DBA_USER";
+ exit 1;
+fi
+
cd $RT
# Imitate make regression-reset-db
./sbin/rt-setup-database --action drop --force
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list