Use set -o xtrace in bash in evergreen.yml

XMLWordPrintableJSON

    • Server Tooling & Methods
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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 Tooling and Methods (STM) (Inactive)
              Reporter:
              Mathias Stearn
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: