Skip to content

Commit

Permalink
test: extend the debug launch target a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Asger Gitz-Johansen committed Apr 15, 2023
1 parent 5548c8d commit e05e8c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"args": [
"-f", "../test/verification/fischer-suite/fischer-2/",
"-q", "../test/verification/fischer-suite/fischer-2/Queries.json",
"-i", ".*\\.ignore.*"
"-i", ".*\\.ignore.*",
"-t", "/dev/null",
"-v", "6"
]
}
]
Expand Down

0 comments on commit e05e8c7

Please sign in to comment.