summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/run.sh b/run.sh
index ddce608..0801999 100755
--- a/run.sh
+++ b/run.sh
@@ -29,10 +29,8 @@ _init ()
exit;
}
- export cwd=$(dirname $0);
- source $cwd/regression_helpers
+ source ./regression_helpers
export GLUSTERD=$1
-
bug_id=;
if [ $# -eq 2 ]; then
bug_id=$2;
@@ -41,7 +39,6 @@ _init ()
export glusterd_conf="/etc/glusterd";
export GLUSTERFSDIR=$(dirname $GLUSTERD);
- export GLUSTERDIR=$(dirname $GLUSTERFSDIR);
export VERSION_STR=$($GLUSTERD --version) 2>&1 1>/dev/null
export VERSION=$(echo $VERSION_STR|cut -d " " -f 2)