From 5ed4cad8f172359a0320e6fffc01f117a1f68cc5 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 14 Jul 2010 10:11:05 +0000
Subject: [PATCH] switch on screening integration tests

SVN: 17024
---
 integration-tests/run.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index 8b74818142a..9f714c58146 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -8,9 +8,8 @@ function print_result {
 }
 
 echo Testing Screening Workflow
-#./test-screening.sh $@
-#result_hcs=$?
-result_hcs=0
+./test-screening.sh $@
+result_hcs=$?
 print_result $result_hcs
 
 echo Testing YeastX Workflow
-- 
GitLab