From 214f2d69b0b56a08facf64921c347f73273fe19e Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sat, 19 Dec 2009 16:49:41 +0000 Subject: [PATCH] Comment that we need to fix cleaning the tests --- tests/raytrace/test.T | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/raytrace/test.T b/tests/raytrace/test.T index 264210c..bf017a6 100644 --- a/tests/raytrace/test.T +++ b/tests/raytrace/test.T @@ -32,4 +32,6 @@ test('hpc_show_multi_001', normal, run_command, test('hpc_show_multi_002', normal, run_command, [config.hpc + ' show ' + hpcsample + ' --include=Geometry']) -clean_o_hi() +# XXX We used to do clean_o_hi(), but that doesn't work any more +# Fix cleaning properly + -- GitLab