From 95db34fb164e37b131c627330640ce20407fa6ca Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Fri, 25 Sep 2009 15:06:27 +0000
Subject: [PATCH] SE-133 minor: YeastX: integration tests

SVN: 12713
---
 integration-tests/test-yeastx.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests/test-yeastx.sh b/integration-tests/test-yeastx.sh
index 0fb78fdc2fd..66c4473388e 100755
--- a/integration-tests/test-yeastx.sh
+++ b/integration-tests/test-yeastx.sh
@@ -109,7 +109,7 @@ function count_db_table_records {
 	
   local psql=`run_psql`
   local count=`$psql -U postgres -d $db -c "select count(*) from $table"  \
-       | head -n 3 | tail -n 1 | awk '{gsub(/ /,"");print}'
+       | head -n 3 | tail -n 1 | awk '{gsub(/ /,"");print}'`
 	echo $count
 }
 
@@ -168,7 +168,7 @@ function integration_tests_yeastx {
     exit_if_assertion_failed
 }
 
-# TODO
+# TODO change to false !!!!!!!!!!!!!!!!
 integration_tests_yeastx true
 #assert_correct_incoming_contents $MY_DATA/incoming
-#exit_if_assertion_failed
+#exit_if_assertion_failed
\ No newline at end of file
-- 
GitLab