From 02f11b737186b7dbfbcabfc0eec7abe3b7c23249 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 3 Apr 2008 13:46:02 +0000 Subject: [PATCH] LMS-142 check .faulty-path for second drop of data set 3VCP1 SVN: 5240 --- integration-tests/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/run.sh b/integration-tests/run.sh index d0497abbc2b..061735b34f2 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -427,6 +427,7 @@ function assert_pattern_present { local occurences=$2 local pattern=$3 + assert_file_exists $file echo Matched lines: cat $file | grep "$pattern" local lines=`cat $file | grep "$pattern" | wc -l` @@ -699,6 +700,7 @@ function assert_correct_content { assert_correct_experiment_info assert_empty_in_out_folders assert_dir_exists $DATA/out-raw/microX_200801011213_3VCP1/TIFF + assert_pattern_present $DATA/out-raw/.faulty_paths 1 ".*data/out-raw/.MARKER_is_finished_microX_200801011213_3VCP1" assert_correct_content_of_processing_dir assert_correct_content_of_plate_3VCP1_in_store assert_correct_content_of_invalid_plate_in_store 3VCP4 -- GitLab