We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29950f0 commit 823fe86Copy full SHA for 823fe86
test/Ionide.ProjInfo.Tests/Program.fs
@@ -22,8 +22,9 @@ let main argv =
22
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", IO.Path.Combine(baseDir, dotnetExe))
23
let toolsPath = Init.init (IO.DirectoryInfo Environment.CurrentDirectory)
24
25
- Tests.runTests
+ Tests.runTestsWithArgs
26
{ defaultConfig with
27
printer = TestPrinters.summaryPrinter defaultConfig.printer
28
verbosity = LogLevel.Info }
29
+ argv
30
(Tests.tests toolsPath)
0 commit comments