瀏覽代碼

gunittest: fix the invoker for the execution of all the tests

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65805 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 9 年之前
父節點
當前提交
f1805ec341
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/gunittest/invoker.py

+ 1 - 1
lib/python/gunittest/invoker.py

@@ -191,7 +191,7 @@ class GrassTestFilesInvoker(object):
         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,