clang/README                    |    2 +-
 test-bugzilla-files/commands.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1a6bbfff3bc4a1540040abd882fce7912ef50d63
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Dec 8 11:24:44 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Dec 8 12:26:21 2021 +0100

    change build-nocheck to build now build-nocheck doesn't exist
    
    Change-Id: I3e5f3f4576e4413da8e6044f20957cddd222d181
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/126534
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/clang/README b/clang/README
index 059081a..1906d81 100644
--- a/clang/README
+++ b/clang/README
@@ -45,7 +45,7 @@ make <build-param> COMPILER_EXTERNAL_TOOL=1 
CXX='<full-path>/bin/find-unprefixed
 -----
 
 - <build-param> is what you'd normally provide to make, like sw.build or
-  build-nocheck.
+  build.
 - <class-name> is the class name you are interested in calling the 'find
   uprefixed' machinery to operate on.
 
diff --git a/test-bugzilla-files/commands.sh b/test-bugzilla-files/commands.sh
index d1628f7..da37678 100755
--- a/test-bugzilla-files/commands.sh
+++ b/test-bugzilla-files/commands.sh
@@ -23,7 +23,7 @@ echo $SHA
 mkdir /srv/crashtestdata/logs/$SHA
 cd ~/build/
 if [ -z "$CRASHTEST_READONLY_CORE" ]; then
-    make build-nocheck
+    make build
 fi
 
 if [ "$?" != "0" ]; then

Reply via email to