From 42a93d4364abe4fec1def291276de1ac2ff6ad13 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Mar 2016 15:39:16 +0100 Subject: runtests: mention when run event-based --- tests/runtests.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/runtests.pl') 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) { -- cgit v1.2.3