Skip to content

Commit

Permalink
Use --no-save option in test digdag run
Browse files Browse the repository at this point in the history
  • Loading branch information
civitaspo committed Oct 7, 2019
1 parent 1afcce2 commit ed3d2cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ object DigdagTestUtils
.addOne("--project").addOne(projectPath.toAbsolutePath.toString)
.addAll(params.toSeq.map(_.productIterator.mkString("=")).flatMap(Seq("--param", _)))
.addOne(digPath.toString)
.addOne("--no-save")
.result()

val status: CommandStatus = digdag(args: _*)
Expand Down

0 comments on commit ed3d2cf

Please sign in to comment.