Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-25651

Use set -o xtrace in bash in evergreen.yml

    • Server Tooling & Methods
    • Fully Compatible

      Currently we use set -o verbose which runs before variable expansion so it prints out lines like this which don't include the value of $extra_args:

      PATH=$PATH:/data/multiversion MONGOD_UNITTEST_RLP_LANGUAGE_TEST_BTROOT=/opt/basis python buildscripts/resmoke.py --suites=multiversion $extra_args --log=buildlogger

      We should probably use set -o xtrace instead of or in addition to verbose.

            Assignee:
            backlog-server-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: