Skip to content

Commit f50929a

Browse files
committed
Explicitly test the 2 backends we expect to pass
1 parent b3d6658 commit f50929a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/release_guide.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ changed in step 1 above. Don't forget to build the JVM backend, as well.
3737
$ make realclean
3838
$ perl Configure.pl --gen-parrot --gen-moar --backend=parrot,moar,jvm
3939
$ make
40-
$ make test
40+
$ make m-test
41+
$ make j-test
4142

4243
Resolve any problems that may still exist. You may want to try building
4344
each backend seperately if a problem occurs building all backends at the same

0 commit comments

Comments
 (0)