Skip to content

Commit

Permalink
closing in on correct path for multi ruby version run
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaul committed May 31, 2012
1 parent c8c332c commit 7032fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/script/ci_multiverse_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd $SCRATH_DIR

pwd
if [[ $JOB_NAME =~ "Pangalactic" ]] ; then
AGENT_LOCATION="../../../../../Ruby_Agent"
AGENT_LOCATION="../../../../../../../Ruby_Agent"
else
AGENT_LOCATION="../../Ruby_Agent"
fi
Expand All @@ -34,7 +34,7 @@ git clone --depth=1 git@github.com:newrelic/multiverse.git multiverse
git clone --depth=1 git@github.com:newrelic/rpm_contrib.git rpm_contrib

echo "Looking for Ruby Agent at $AGENT_LOCATION"
ls -l ../../../../../
ls -l ../../../../../../../
ls -l /home/hudson/workspace/

if [ -x $AGENT_LOCATION ] ; then
Expand Down

0 comments on commit 7032fbb

Please sign in to comment.