From 3e9e1c19c0777e7d44d64c3485bbbfff7b3c77fd Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 3 Sep 2015 20:50:00 -0400 Subject: [PATCH 02/26] FIXME: testsuite: for now, hack out the deletion of test plugins --- gcc/testsuite/lib/plugin-support.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/lib/plugin-support.exp b/gcc/testsuite/lib/plugin-support.exp index a9343cb..c6297d6 100644 --- a/gcc/testsuite/lib/plugin-support.exp +++ b/gcc/testsuite/lib/plugin-support.exp @@ -128,5 +128,5 @@ proc plugin-test-execute { plugin_src plugin_tests } { dg-runtest $plugin_tests $plugin_enabling_flags $default_flags # Clean up - remote_file build delete $plugin_lib + #remote_file build delete $plugin_lib } -- 1.8.5.3