From b620b827f227fe53794a94dd18b3af8f74d1c480 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Thu, 18 Feb 2010 16:32:53 +0000
Subject: [PATCH] fix integration tests

SVN: 14855
---
 integration-tests/test-yeastx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-yeastx.sh b/integration-tests/test-yeastx.sh
index e5eac4f1b40..3780eb43767 100755
--- a/integration-tests/test-yeastx.sh
+++ b/integration-tests/test-yeastx.sh
@@ -117,7 +117,7 @@ function assert_correct_errorlogs {
 	diff -w $TEMPLATE_INCOMING_CONTENT $errorlogs
 
 	if [ $? -ne 0 ]; then
-		report_error "Unexpected content of the error logs in the incoming directory $incoming_dir (see the report above)."
+		report_error "Unexpected content of the error logs in the incoming directory (compare $TEMPLATE_INCOMING_CONTENT with $errorlogs)."
 	fi
 }
 
-- 
GitLab