Skip to content
Snippets Groups Projects
Commit 443805c0 authored by felmer's avatar felmer
Browse files

LMS-1995 try to fix integration test

SVN: 19813
parent cf5ded58
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ function launch_tests { ...@@ -98,7 +98,7 @@ function launch_tests {
function find_dataset_dir { function find_dataset_dir {
local pattern=$1 local pattern=$1
local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7 -type d | grep "$pattern"` local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7/1 -type d | grep "$pattern"`
if [ "$dir" != "" ]; then if [ "$dir" != "" ]; then
if [ ! -d "$dir" ]; then if [ ! -d "$dir" ]; then
report_error Directory \"$dir\" does not exist! report_error Directory \"$dir\" does not exist!
......
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