Skip to content

Commit 6958753

Browse files
committed
miss
1 parent 04fa545 commit 6958753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/util/Test-SharedImplementationsHaveTestCases.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ foreach($q in $queriesToCheck){
6262

6363
if(-not (Test-Path $testDirectory)){
6464
Write-Host "Test directory $testDirectory does not exist."
65+
$REPORT += $row
66+
6567
continue
6668
}
6769

@@ -89,7 +91,6 @@ foreach($q in $queriesToCheck){
8991
Write-Host "-QL $((Join-Path $testDirectory "$sharedName.ql")) missing"
9092
}
9193

92-
9394
$REPORT += $row
9495
}
9596

0 commit comments

Comments
 (0)