From 120466e441844a8417f080f80c451c731dd76e77 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Fri, 13 Aug 2010 12:52:49 +0000
Subject: [PATCH] switch on integration tests

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

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