This commit is contained in:
Xavier Morel
2018-08-31 14:57:44 +02:00
parent 85423e237c
commit d842e51dbc
5 changed files with 11 additions and 1 deletions

View File

@@ -5,5 +5,5 @@ BASENAME=$(basename $0)
NAME=${BASENAME##enhance}
echo "Continuously testing and bundling $NAME"
sbt "~ ; test-only **.${NAME}Test ; runMain $BUNDLER $NAME.scala"
sbt "~ ; testOnly **.${NAME}Test ; runMain $BUNDLER $NAME.scala"