Skip to content
Snippets Groups Projects
Commit e683889c authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Redirecting output to a file

parent 7c3a9d09
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ class SummaryToTsvTest extends TestNGSuite with MockitoSugar with Matchers {
noException should be thrownBy main(Array("-s", tsv, "-p", "something=flexiprep:settings:skip_trim",
"-m", "root", "-o", output.toString))
noException should be thrownBy main(Array("-s", tsv, "-p", "something=flexiprep:settings:skip_trim",
"-m", "sample", output.toString))
"-m", "sample", "-o", output.toString))
noException should be thrownBy main(Array("-s", tsv, "-p", "something=flexiprep:settings:skip_trim",
"-m", "lib", output.toString))
"-m", "lib", "-o", output.toString))
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment