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