Skip to content
Snippets Groups Projects
Commit 95db34fb authored by tpylak's avatar tpylak
Browse files

SE-133 minor: YeastX: integration tests

SVN: 12713
parent d8462cbb
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ function count_db_table_records { ...@@ -109,7 +109,7 @@ function count_db_table_records {
local psql=`run_psql` local psql=`run_psql`
local count=`$psql -U postgres -d $db -c "select count(*) from $table" \ 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 echo $count
} }
...@@ -168,7 +168,7 @@ function integration_tests_yeastx { ...@@ -168,7 +168,7 @@ function integration_tests_yeastx {
exit_if_assertion_failed exit_if_assertion_failed
} }
# TODO # TODO change to false !!!!!!!!!!!!!!!!
integration_tests_yeastx true integration_tests_yeastx true
#assert_correct_incoming_contents $MY_DATA/incoming #assert_correct_incoming_contents $MY_DATA/incoming
#exit_if_assertion_failed #exit_if_assertion_failed
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment