Skip to content

Commit cb078d1

Browse files
committed
gitignore test.trace.db and remove it before running tests
1 parent 6ae2939 commit cb078d1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
test.mv.db
2+
test.trace.db

play-scala-isolated-slick-example/scripts/test-sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
echo "+----------------------------+"
44
echo "| Executing tests using sbt |"
55
echo "+----------------------------+"
6-
rm -f test.mv.db
6+
rm -f test.mv.db test.trace.db
77
sbt ++$MATRIX_SCALA clean flyway/flywayMigrate slickCodegen test

0 commit comments

Comments
 (0)