-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
Labels
Component: Bash CodeEverything regarding the bash codeEverything regarding the bash codePriority: HighBroken behavior in specific environments like in parallel mode or only on some operating systemsBroken behavior in specific environments like in parallel mode or only on some operating systemsType: Enhancement
Description
Similar to the execution trace feature (enabled via set -x
) in many shells, it would be nice to have a similar feature in BATS to enable "test tracing". Since setting set -x
in a BATS test script is too verbose to be useful, I would like to see a test trace print out the series of commands executed in the course of a test execution, ignoring all BATS-internal routines.
jolmg, nfk, bohdanyurov-gl, tommydroptables, yxliang01 and 2 more
Metadata
Metadata
Assignees
Labels
Component: Bash CodeEverything regarding the bash codeEverything regarding the bash codePriority: HighBroken behavior in specific environments like in parallel mode or only on some operating systemsBroken behavior in specific environments like in parallel mode or only on some operating systemsType: Enhancement