Skip to content

Commit

Permalink
Update dvl_tests.ps1
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ronstadt <[email protected]>
  • Loading branch information
jacob-ronstadt committed Apr 29, 2024
1 parent 3d8f149 commit 5b9e202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/drivers/test/dvl_tests/dvl_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ param(
[string]$default_configuration = "Release",
[string]$db_name = "temp_db"
)
$starting_location = ".\src\drivers\test\dvl_tests\"
$starting_location = Get-Location
write-host $starting_location
$platforms = @("x64", "arm64")
$configurations = @("Debug", "Release")
function Test-DVL {
Expand Down

0 comments on commit 5b9e202

Please sign in to comment.