[PATCH] Grab memory.dat from running the GUI test.

Chris Lumens clumens at redhat.com
Fri Oct 17 18:17:54 UTC 2014


It would be helpful to see how anaconda is using memory over time.
---
 tests/gui/outside/template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gui/outside/template.py b/tests/gui/outside/template.py
index 9ef47b3..538cae6 100644
--- a/tests/gui/outside/template.py
+++ b/tests/gui/outside/template.py
@@ -60,7 +60,7 @@ if __name__ == "__main__":
 
                 f.close()
 
-        for log in glob.glob("/tmp/*.log"):
+        for log in glob.glob("/tmp/*.log") + ["/tmp/memory.dat"]:
             shutil.copy(log, "/mnt/anactest/result/anaconda/")
 
         # anaconda writes out traceback files with restricted permissions, so
-- 
1.9.3



More information about the anaconda-patches mailing list