summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-03-14 15:39:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-03-14 15:39:16 +0100
commit42a93d4364abe4fec1def291276de1ac2ff6ad13 (patch)
tree250c3a38156f0cd3241ed9fa93b315bfa50e1f30
parentb51f04bf235041588cdaf7199af765710c0c3695 (diff)
downloadcurl-42a93d4364abe4fec1def291276de1ac2ff6ad13.tar.gz
runtests: mention when run event-based
-rwxr-xr-xtests/runtests.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index ba9fd9599..f2b73f69d 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2608,7 +2608,8 @@ sub checksystem {
logmsg sprintf("%s", $http_unix?"HTTP-unix ":"");
logmsg sprintf("%s\n", $ftp_ipv6?"FTP-IPv6 ":"OFF");
- logmsg sprintf("* Env: %s", $valgrind?"Valgrind ":"");
+ logmsg sprintf("* Env: %s%s", $valgrind?"Valgrind ":"",
+ $run_event_based?"event-based ":"");
logmsg sprintf("%s\n", $libtool?"Libtool ":"");
if($verbose) {