Skip to content
Snippets Groups Projects
Commit 7305db25 authored by felmer's avatar felmer
Browse files

LMS-855 bug in run.sh fixed

SVN: 10857
parent ff5fb170
No related branches found
No related tags found
No related merge requests found
...@@ -580,7 +580,7 @@ function find_dataset_dir { ...@@ -580,7 +580,7 @@ function find_dataset_dir {
function assert_dss_registration { function assert_dss_registration {
local dss=$1 local dss=$1
echo ==== assert registration of DSS $dss ==== echo ==== assert registration of DSS $dss ====
assert_pattern_present $WORK/$dss/log/data_store_server_log.txt 1 get_version assert_pattern_present $WORK/$dss/log/datastore_server_log.txt 1 get_version
} }
function assert_empty_in_out_folders { function assert_empty_in_out_folders {
......
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