From c60a8cb577a560af75ba1345ac0a82252b892074 Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Fri, 22 Jan 2021 14:03:27 +0200 Subject: [PATCH] tidyall run-tests.pl with a newer version of tidyall --- run-tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.pl b/run-tests.pl index b16ac808..ed996aef 100644 --- a/run-tests.pl +++ b/run-tests.pl @@ -129,7 +129,7 @@ sub myglob ' ', qw( BreakOnFailure ColorSummary ColorFileVerdicts AlternateInterpreters TrimDisplayedFilenames - ) + ) ); my $is_ninja = ( -e "build.ninja" );