Additional icons
[buildfarm-server.git] / cgi-bin / eximstatus.pl
index 244439ee836c0be0423924d40efe48aaafd16e40..9f68757451e8cfe5f57190243e0fb348171b5664 100755 (executable)
@@ -297,6 +297,10 @@ if (@config_flags)
     @config_flags = grep {! m/=/ } @config_flags;
     map {s/\s+//g; $_=qq("$_"); } @config_flags;
     push @config_flags,'git' if $client_conf->{scm} eq 'git';
+    push(@config_flags, 'doc')
+      if (defined $client_conf->{'optional_steps'}->{'make-doc'});
+    push(@config_flags, 'test')
+      if (defined $client_conf->{'optional_steps'}->{'test'});
     $config_flags = '{' . join(',',@config_flags) . '}' ;
 }