Skip to content

Commit 823fe86

Browse files
authored
Handle command line args in test project (#118)
1 parent 29950f0 commit 823fe86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Ionide.ProjInfo.Tests/Program.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ let main argv =
2222
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", IO.Path.Combine(baseDir, dotnetExe))
2323
let toolsPath = Init.init (IO.DirectoryInfo Environment.CurrentDirectory)
2424

25-
Tests.runTests
25+
Tests.runTestsWithArgs
2626
{ defaultConfig with
2727
printer = TestPrinters.summaryPrinter defaultConfig.printer
2828
verbosity = LogLevel.Info }
29+
argv
2930
(Tests.tests toolsPath)

0 commit comments

Comments
 (0)