test-bugzilla-files/commands.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3b281483f9bf1dbf79246f7b35994da66176198
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Thu Aug 11 23:42:16 2022 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Sep 14 11:45:22 2022 +0200

    Create logs dir if it does not exist yet
    
    Change-Id: I6d8446240938d4ef0a0e694e7b19993ab241c24c
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/138717
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index ac25ca4..9a54307 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -20,7 +20,7 @@ if [ -z "$CRASHTEST_READONLY_CORE" ]; then
 fi
 SHA=`git rev-parse HEAD`
 echo $SHA
-mkdir /srv/crashtestdata/logs/$SHA
+mkdir -p /srv/crashtestdata/logs/$SHA
 cd "$BUILDDIR"
 if [ -z "$CRASHTEST_READONLY_CORE" ]; then
     "$SRCDIR"/autogen.sh

Reply via email to