[GRASS-SVN] r65805 - grass/trunk/lib/python/gunittest

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 31 08:07:54 PDT 2015


Author: zarch
Date: 2015-07-31 08:07:54 -0700 (Fri, 31 Jul 2015)
New Revision: 65805

Modified:
   grass/trunk/lib/python/gunittest/invoker.py
Log:
gunittest: fix the invoker for the execution of all the tests

Modified: grass/trunk/lib/python/gunittest/invoker.py
===================================================================
--- grass/trunk/lib/python/gunittest/invoker.py	2015-07-31 15:06:00 UTC (rev 65804)
+++ grass/trunk/lib/python/gunittest/invoker.py	2015-07-31 15:07:54 UTC (rev 65805)
@@ -191,7 +191,7 @@
         self._file_anonymizer.anonymize([stdout_path, stderr_path])
 
         test_summary = update_keyval_file(
-            os.path.join(cwd, 'test_keyvalue_result.txt'),
+            os.path.join(os.path.abspath(cwd), 'test_keyvalue_result.txt'),
             module=module, returncode=returncode)
         self.reporter.end_file_test(module=module, cwd=cwd,
                                     returncode=returncode,



More information about the grass-commit mailing list