apicortex / bin /run_api_testing.sh
0xarchit's picture
fix port issue
a6d64b8
raw
history blame contribute delete
176 Bytes
#!/bin/bash
set -euo pipefail
exec bash -c 'set -o pipefail; BIND_ADDR=127.0.0.1:9090 /app/api-testing/api-testing 2>&1 | sed -u "s/^/[api-testing] /"; exit ${PIPESTATUS[0]}'