[gnome-continuous] integrationtest: use shutil_cp_al_or_fallback



commit 964f9c7bc778f8f76f8aa510b40b30c1a9db5e8c
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu May 8 15:55:47 2014 +0200

    integrationtest: use shutil_cp_al_or_fallback

 src/js/tasks/task-integrationtest.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/task-integrationtest.js b/src/js/tasks/task-integrationtest.js
index 4a927ca..33225d7 100644
--- a/src/js/tasks/task-integrationtest.js
+++ b/src/js/tasks/task-integrationtest.js
@@ -94,7 +94,7 @@ const TaskIntegrationTest = new Lang.Class({
             Lang.bind(this, function(filePath, cancellable) {
                 try {
                     testResultsDest = resultsDest.resolve_relative_path(filePath.get_basename())
-                    GSystem.shutil_cp_a(filePath, testResultsDest, cancellable);
+                    GSystem.shutil_cp_al_or_fallback(filePath, testResultsDest, cancellable);
                 } catch (e) {
                     print(Format.vprintf('Cannot copy %s: %s', [filePath.get_basename(), e]));
                 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]