Skip to content
Snippets Groups Projects
Commit 63d1f44e authored by felmer's avatar felmer
Browse files

LMS-1610 scrrening test enabled

SVN: 17855
parent f8eab1cc
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,8 @@ function print_result { ...@@ -8,9 +8,8 @@ function print_result {
} }
echo Testing Screening Workflow echo Testing Screening Workflow
#./test-screening.sh $@ ./test-screening.sh $@
#result_hcs=$? result_hcs=$?
result_hcs=0
print_result $result_hcs print_result $result_hcs
echo Testing YeastX Workflow echo Testing YeastX Workflow
......
...@@ -112,7 +112,7 @@ function install_screening { ...@@ -112,7 +112,7 @@ function install_screening {
function test_screening_api { function test_screening_api {
cd $API_HCS cd $API_HCS
. ./run.sh admin password https://localhost:8443 . ./run.sh admin password https://localhost:8443 > std.txt
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
report_error Running screening API has failed report_error Running screening API has failed
else else
......
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