We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93104a commit 89c3268Copy full SHA for 89c3268
1 file changed
bin/rebuild
@@ -21,8 +21,7 @@ my $site = Ovid::Site->new(
21
);
22
$site->build;
23
24
-# Skip tests when building a single file
25
-system( 'prove', '-l', 't' ) unless $options{notest} || defined $options{file};
+system( 'prove', '-l', 't' ) unless $options{notest};
26
exit 0;
27
28
__END__
@@ -55,10 +54,11 @@ Only build this file.
55
54
56
=item B<--release>
57
58
-Builds the site for release. This means that the site will be built, along with the search engine.
+Builds the site for release. This means that the site will be built, along
+with the search engine.
59
60
=item B<--notest>
61
62
-Skips running the tests. This is useful if you are just trying to build the site quickly and don't care about the tests.
+Skips running the tests. Not recommended.
63
64
=back
0 commit comments