You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fo...@apache.org on 2023/01/24 10:23:10 UTC

[jackrabbit-oak] branch OAK-10081 created (now d5b9a5df28)

This is an automated email from the ASF dual-hosted git repository.

fortino pushed a change to branch OAK-10081
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at d5b9a5df28 OAK-10081: incorporate changes from #832

This branch includes the following new commits:

     new d5b9a5df28 OAK-10081: incorporate changes from #832

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: OAK-10081: incorporate changes from #832

Posted by fo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fortino pushed a commit to branch OAK-10081
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit d5b9a5df2890b931b84da41bce603b377b12f343
Author: fabriziofortino <fa...@gmail.com>
AuthorDate: Tue Jan 24 11:23:00 2023 +0100

    OAK-10081: incorporate changes from #832
---
 .../java/org/apache/jackrabbit/oak/run/DataStoreCopyCommandTest.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/oak-run/src/test/java/org/apache/jackrabbit/oak/run/DataStoreCopyCommandTest.java b/oak-run/src/test/java/org/apache/jackrabbit/oak/run/DataStoreCopyCommandTest.java
index 1ff9af47a2..b8e551e034 100644
--- a/oak-run/src/test/java/org/apache/jackrabbit/oak/run/DataStoreCopyCommandTest.java
+++ b/oak-run/src/test/java/org/apache/jackrabbit/oak/run/DataStoreCopyCommandTest.java
@@ -90,7 +90,9 @@ public class DataStoreCopyCommandTest {
                 "--source-repo",
                 container.getUri().toURL().toString(),
                 "--include-path",
-                BLOB1
+                BLOB1,
+                "--out-dir",
+                outDir.getRoot().getAbsolutePath()
         );
     }