Skip to content

Commit

Permalink
Handle command line args in test project (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Booksbaum authored Oct 17, 2021
1 parent 29950f0 commit 823fe86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Ionide.ProjInfo.Tests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ let main argv =
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", IO.Path.Combine(baseDir, dotnetExe))
let toolsPath = Init.init (IO.DirectoryInfo Environment.CurrentDirectory)

Tests.runTests
Tests.runTestsWithArgs
{ defaultConfig with
printer = TestPrinters.summaryPrinter defaultConfig.printer
verbosity = LogLevel.Info }
argv
(Tests.tests toolsPath)

0 comments on commit 823fe86

Please sign in to comment.