Skip to content

Commit

Permalink
Update Debug.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 committed Dec 4, 2020
1 parent e574ada commit 8dc8b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/src/test/kotlin/Debug.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fun main() {

val quantity = "single"
val type = "success"
// val extra = "ios"
val extra = "ios"

// Bugsnag keeps the process alive so we must call exitProcess
// https://github.com/bugsnag/bugsnag-java/issues/151
Expand All @@ -31,7 +31,7 @@ fun main() {
"--output-style=single",
// "--full-junit-result",
// "--legacy-junit-result",
"-c=test_runner/src/test/kotlin/ftl/fixtures/test_app_cases/flank-$quantity-$type.yml",
"-c=test_runner/src/test/kotlin/ftl/fixtures/test_app_cases/flank-$quantity-$type-$extra.yml",
"--project=$projectId"
// "--client-details=key1=value1,key2=value2"
)
Expand Down

0 comments on commit 8dc8b0c

Please sign in to comment.