From edb81a675cf35d9205fd30bde428edd7343b17d1 Mon Sep 17 00:00:00 2001 From: Pete Peterson <petersonpf@ornl.gov> Date: Thu, 9 Apr 2015 13:33:18 -0400 Subject: [PATCH] Cleaning up the other generated files. --- .../Testing/SystemTests/tests/analysis/SNSPowderRedux.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Code/Mantid/Testing/SystemTests/tests/analysis/SNSPowderRedux.py b/Code/Mantid/Testing/SystemTests/tests/analysis/SNSPowderRedux.py index c506bc8ef4e..265f53ab017 100644 --- a/Code/Mantid/Testing/SystemTests/tests/analysis/SNSPowderRedux.py +++ b/Code/Mantid/Testing/SystemTests/tests/analysis/SNSPowderRedux.py @@ -13,7 +13,12 @@ def do_cleanup(): Files = ["PG3_9829.gsa", "PG3_9829.py", "PG3_9830.gsa", - "PG3_9830.py"] + "PG3_9830.py", + "PG3_4844-1.dat", + "PG3_4844.getn", + "PG3_4844.gsa", + "PG3_4844.py", + "PG3_4866.gsa"] for file in Files: absfile = FileFinder.getFullPath(file) if os.path.exists(absfile): -- GitLab