writearray($filename, \@inputfile);
}
+ my %cmdhash = getpartattr("client", "command");
+
my $out="";
- if (!@validstdout) {
- $out="--output $CURLOUT ";
+
+ if($cmdhash{'option'} eq "no-output") {
+ #print "*** We don't slap on --output\n";
+ }
+ else {
+ if (!@validstdout) {
+ $out="--output $CURLOUT ";
+ }
}
# run curl, add -v for debug information output
# Output curl version and host info being tested
#
-displaydata();
+if(!$listonly) {
+ displaydata();
+}
#######################################################################
# clear and create logging directory: