Skip to content

Commit bc44293

Browse files
cheesengbvenners
authored andcommitted
Adjusted command to run generated tests in README.md.
(cherry picked from commit 3803aae)
1 parent 518c559 commit bc44293

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ This command will build and run the regular tests:
4444

4545
`$ sbt test`
4646

47-
To run generated all tests, you'll need to increase maximum heap size to -Xmx5000M, and use this command instead:
47+
To run generated all tests, you'll need to increase maximum heap size to at least -Xmx5000M, and use this command instead:
4848

49-
`$ sbt gentests/test`
49+
$ rm -rf gentests
50+
$ sbt gentests/test
5051

5152
You can also run different groups generated tests separately:
52-
53+
54+
$ rm -rf gentests
5355
$ sbt genMustMatchersTests1/test
5456
$ sbt genMustMatchersTests2/test
5557
$ sbt genMustMatchersTests3/test
@@ -65,7 +67,6 @@ You can also run different groups generated tests separately:
6567
$ sbt genSortedTests/test
6668
$ sbt genLoneElementTests/test
6769
$ sbt genEmptyTests/test
68-
$ sbt genSafeStyleTests/test
6970

7071
What it does is simply switch to gentests project and run test.
7172

0 commit comments

Comments
 (0)