]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/build-integration-branch: update print statement based on update to documentation 41841/head
authorLaura Flores <lflores@redhat.com>
Mon, 14 Jun 2021 17:03:01 +0000 (12:03 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 17:03:01 +0000 (12:03 -0500)
The print statement originally suggested to the user to run "make && ctest -j12", but that is outdated. The user should execute "./run-make-check.sh" instead.

Signed-off-by: Laura Flores <lflores@redhat.com>
src/script/build-integration-branch

index 9ff5b4e3e63366ff61e5e0c0d5e4714a42c6d491..d92821b2f1f8060f59d53b68d6933c6b4964f21a 100755 (executable)
@@ -109,4 +109,4 @@ for pr in prs:
 
 print('--- done. these PRs were included:')
 print('\n'.join(prtext).encode('ascii', errors='ignore').decode())
-print('--- perhaps you want to: make && ctest -j12 && git push ci %s' % branch)
+print('--- perhaps you want to: ./run-make-check.sh && git push ci %s' % branch)