From b9ba2ac87570d4739bffd1e0d893f2cd742f09be Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 8 Nov 2010 15:38:57 +0000
Subject: [PATCH] minor: fix integration tests logs

SVN: 18587
---
 integration-tests/common.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/common.bash b/integration-tests/common.bash
index bf6e61707a5..7a56fa487e7 100755
--- a/integration-tests/common.bash
+++ b/integration-tests/common.bash
@@ -331,7 +331,7 @@ function fetch_latest_artifacts_from_cruise_control {
     
     local last_build="$HUDSON_ARTIFACTS/$proj_name/lastSuccessful/archive/_main/targets/dist"
     if [ $MY_HOST_IP == $CI_HOST_IP ]; then
-        local last=`ls -1 $CI_HOME/ci/$last_build | sort | tail -1`
+        local last=`ls -1 $CI_HOME/$last_build | sort | tail -1`
         echo "Fetching artifacts for $proj_name: $last" 
         cp $CI_HOME/$last_build/*.zip $dest_dir
     else
-- 
GitLab