From: Todd Lyons Date: Sat, 19 Oct 2013 14:17:36 +0000 (-0700) Subject: Tests: Don't delete patched exim if -KEEP is used X-Git-Tag: exim-4_82_RC5^2~1 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/b3e39dd7f0113be4aeeab16dbe18b9eef8c1caad Tests: Don't delete patched exim if -KEEP is used --- diff --git a/test/runtest b/test/runtest index 27fe37199..443d7fcf4 100755 --- a/test/runtest +++ b/test/runtest @@ -193,7 +193,8 @@ close(T); system("sudo /bin/rm -rf ./spool test-* ./dnszones/*") if ($rc == 0 && !$save_output); -system("sudo /bin/rm -rf ./eximdir/*"); +system("sudo /bin/rm -rf ./eximdir/*") + if (!$save_output); print "\nYou were in test $test at the end there.\n\n" if defined $test; exit $rc if ($rc >= 0);