jenkins testing

This commit is contained in:
Robin Mills 2014-08-19 13:57:14 +00:00
parent d7a1682337
commit 92c5fb6a8c

View File

@ -2,8 +2,16 @@
set +v
DIR="$PWD"
source ~/bin/.profile
if [ -e /home/rmills/bin/.profile ]; then
source /home/rmills/bin/.profile
fi
if [ -e /Users/rmills/bin/.profile ]; then
source /Users/rmills/bin/.profile
fi
cd "$DIR"
echo ----------------------
export
echo ----------------------
if [ -z "$tests" ]; then tests=true; fi