File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Microsoft.ML.TestFramework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ void IDisposable.Dispose()
49
49
private const string SamplesRootRelPath = @"Samples" ; // Root location of Samples. Used primarily for local runs
50
50
private const string TestDir = @"Tests" ;
51
51
52
- private const string DataRootRegExp = @"[a-z]:\\[^/\t ]+\\test\\data " + @"\\[^/\t ]+" ;
52
+ private const string DataRootRegExp = @"[a-z]:\\[^/\t ]+\\examples\\datasets " + @"\\[^/\t ]+" ;
53
53
private const string SamplesRootRegExp = @"[a-z]:\\[^/\t ]+\\Samples\\" ;
54
54
private const string SourceRootRegExp = @"[a-z]:\\[^/\t ]+\\source\\" ;
55
55
private const string TestsRootRegExp = @"[a-z]:\\[^/\t ]+\\Tests\\" ;
56
56
57
- private const string DataRootUnixRegExp = @"\/[^\\\t ]+\/test\/data " + @"\/[^\\\t ]+" ;
57
+ private const string DataRootUnixRegExp = @"\/[^\\\t ]+\/examples\/datasets " + @"\/[^\\\t ]+" ;
58
58
private const string SamplesRootUnixRegExp = @"\/[^\\\t ]+\/Samples\/[^\\\t ]+" ;
59
59
private const string SourceRootUnixRegExp = @"\/[^\\\t ]+\/source\/[^\\\t ]+" ;
60
60
private const string TestsRootUnixRegExp = @"\/[^\\\t ]+\/Tests\/[^\\\t ]+" ;
You can’t perform that action at this time.
0 commit comments