You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/02/10 15:05:53 UTC

[GitHub] [buildstream] abderrahim commented on issue #1582: BuildGrid tests silently failing

abderrahim commented on issue #1582:
URL: https://github.com/apache/buildstream/issues/1582#issuecomment-1035028420


   Looks like this is as easy as
   
   ```diff
   diff --git a/.github/run-ci.sh b/.github/run-ci.sh
   index a860be708..dde7102da 100755
   --- a/.github/run-ci.sh
   +++ b/.github/run-ci.sh
   @@ -97,7 +97,7 @@ function runServiceTest() {
    
    # Lazily ensure that the script exits when a command fails
    #
   -set -x
   +set -e
    
    if [ -z "${test_names}" ]; then
        runTest "lint"
   ```
   
   (i.e. someone mixed up the arguments)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org