summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-02-15 19:09:50 +0000
committerRobin Watts <Robin.Watts@artifex.com>2021-02-15 19:10:32 +0000
commitf95b2611921546b424d899a5828341f6c4c9a52a (patch)
treea5c6386db9809631e9227a492151f69f3b07d9ed /toolbin
parenteff4e8fca8ebbc75b00e7c1d2e672d17090b2222 (diff)
downloadghostpdl-f95b2611921546b424d899a5828341f6c4c9a52a.tar.gz
Add 'extractmu' and 'extractgs' to clusterpush.pl
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index f4edcf7d4..ca70d90e6 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -7,7 +7,7 @@ use Data::Dumper;
my $verbose=0;
-# bmpcmp usage: [gs] [pcl] [xps] [mupdf] [mujstest] [murun] [mudrawpy] [runtests] [extract] [bmpcmp] [arm] [lowres] [highres] [32] [pdfwrite] [ps2write] [xpswrite] [nopdfwrite] [relaxtimeout] [extended] [smoke] [cull] [avx2] [$user] | abort
+# bmpcmp usage: [gs] [pcl] [xps] [mupdf] [mujstest] [murun] [mudrawpy] [runtests] [extract] [extractmu] [extractgs] [bmpcmp] [arm] [lowres] [highres] [32] [pdfwrite] [ps2write] [xpswrite] [nopdfwrite] [relaxtimeout] [extended] [smoke] [cull] [avx2] [$user] | abort
@@ -26,7 +26,9 @@ my %products=('abort' =>1,
'murun'=>1,
'mudrawpy'=>1,
'runtests'=>1,
- 'extract'=>1);
+ 'extract'=>1,
+ 'extractmu'=>1,
+ 'extractgs'=>1);
my $user;
my $product="";