From cb4120de6e20eba7661260e41bf96c50970657d8 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 3 Sep 2015 20:50:00 -0400 Subject: [PATCH 01/25] 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 0754e84..e93dae0 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