Skip to content

Commit 8a12e42

Browse files
committed
debugging
1 parent c85ad4e commit 8a12e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/util/Test-SharedImplementationsHaveTestCases.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,17 @@ foreach($q in $queriesToCheck){
7171
$row["TEST_DIR_EXISTS"] = $true
7272

7373
if((Test-Path (Join-Path $testDirectory "test.$Language"))){
74+
Write-Host "Source Code Does not exist $((Join-Path $testDirectory "test.$Language"))"
7475
$row["SOURCE_CODE_EXISTS"] = $true
7576
}
7677

7778
if((Test-Path (Join-Path $testDirectory "$dirNameLower.expected"))){
79+
Write-Host "expected $((Join-Path $testDirectory "$dirNameLower.expected"))"
7880
$row["EXPECTED_EXISTS"] = $true
7981
}
8082

8183
if((Test-Path (Join-Path $testDirectory "$dirNameLower.ql"))){
84+
Write-Host "ql $((Join-Path $testDirectory "$dirNameLower.ql"))"
8285
$row["REFERENCE_EXISTS"] = $true
8386
}
8487

0 commit comments

Comments
 (0)