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

SE-133 minor: YeastX: switch on yeastx integration tests

SVN: 12714
parent 95db34fb
No related branches found
No related tags found
No related merge requests found
./test-3v.sh $@
#./test-yeastx.sh $@
result_3v=$?
./test-yeastx.sh $@
result_yeastx=$?
if [ $result_3v -ne 0 -o $result_yeastx -ne 0 ]; then
exit 1;
fi
......@@ -168,7 +168,4 @@ function integration_tests_yeastx {
exit_if_assertion_failed
}
# TODO change to false !!!!!!!!!!!!!!!!
integration_tests_yeastx true
#assert_correct_incoming_contents $MY_DATA/incoming
#exit_if_assertion_failed
\ No newline at end of file
integration_tests_yeastx false
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