diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2018-10-04 20:10:15 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2018-10-04 20:11:33 -0400 |
commit | 27f9cd900234ffbc65a3ba4739fcef5def8992b6 (patch) | |
tree | 6e87f8a816b19079edd722ca12ea008639299743 /regression-gp.pl | |
parent | 4abe8065691e888951971c3f5f949aac092575f2 (diff) | |
download | selphy_print-27f9cd900234ffbc65a3ba4739fcef5def8992b6.tar.gz selphy_print-27f9cd900234ffbc65a3ba4739fcef5def8992b6.tar.bz2 selphy_print-27f9cd900234ffbc65a3ba4739fcef5def8992b6.zip |
regression: up to 3 pages now.
Diffstat (limited to 'regression-gp.pl')
-rwxr-xr-x | regression-gp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-gp.pl b/regression-gp.pl index a682378..8b516b7 100755 --- a/regression-gp.pl +++ b/regression-gp.pl @@ -9,7 +9,7 @@ my $user = "tester"; my $title = "image_test"; my $max_copies = 3; my $input_image = "testjobs/s3s-59.png"; -my $max_pages = 2; +my $max_pages = 3; my $valgrind = 0; $ENV{"STP_SUPPRESS_VERBOSE_MESSAGES"} = 1; |