blob: e357edd90f75138f58207081446b0bb9a9ea08ef [file] [log] [blame]
#!/bin/bash
# Helper script to run tests saving the output to a file.
set -e
args=( "$@" )
set -o pipefail
"${args[@]}" 2>&1 | tee $LOGS_FILE