peteraa hace 6 años
padre
commit
ddec1ad315
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/test/scala/Manifest.scala

+ 2
- 1
src/test/scala/Manifest.scala Ver fichero

@@ -31,7 +31,8 @@ object Manifest {
printMergedTrace = true,
nopPadded = nopPadded,
breakPoints = Nil, // not implemented
testName = singleTest)
testName = singleTest,
maxSteps = 15000)


val allTestOptions: String => TestOptions = name => TestOptions(


Cargando…
Cancelar
Guardar