We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcdf01 commit 92511ceCopy full SHA for 92511ce
test_scripts/verify_runtime.ps1
@@ -6,7 +6,7 @@ $WD = "test_scripts/test_data"
6
$expectedFile = Join-Path $WD "expected_runtime.tsv"
7
$reportedFile = "time_log.tsv"
8
$selectedColumnsFile = Join-Path $WD "selected_columns.tsv"
9
-$reportedColumnFile = "$env:TEMP\reported_column.tsv"
+# Removed $reportedColumnFile as it is not used elsewhere
10
$finalFile = Join-Path $WD "combined_with_reported.tsv"
11
12
# Get the header and find the index of the expected column name
0 commit comments