summaryrefslogtreecommitdiff
path: root/test/utils/shippable/ci.sh
blob: 5c0f847e66156d94ba55313c4ae0cc2c0adc5c8a (plain)
1
2
3
4
5
6
7
#!/bin/bash -eux

set -o pipefail

source_root=$(python -c "from os import path; print(path.abspath(path.join(path.dirname('$0'), '../../..')))")

"${source_root}/test/utils/shippable/${TEST}.sh" 2>&1 | gawk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }'