From 30c56c669b05dd09518fad60a8f0ae8de4bcf186 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 27 Aug 2020 12:33:35 +0100 Subject: Add runtests to clustermaster.pl --- toolbin/localcluster/clusterpush.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'toolbin') diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl index e4db53314..d7692fa21 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] [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] [bmpcmp] [arm] [lowres] [highres] [32] [pdfwrite] [ps2write] [xpswrite] [nopdfwrite] [relaxtimeout] [extended] [smoke] [cull] [avx2] [$user] | abort @@ -24,7 +24,8 @@ my %products=('abort' =>1, 'mupdf'=>1, 'mujstest'=>1, 'murun'=>1, - 'mudrawpy'=>1); + 'mudrawpy'=>1, + 'runtests'=>1); my $user; my $product=""; -- cgit v1.2.1