collab-tests-sl
John McLear 2021-03-15 10:50:45 +00:00
parent 918e642501
commit 28c6170cd7
2 changed files with 3 additions and 1 deletions

View File

@ -51,4 +51,4 @@ jobs:
TRAVIS_JOB_NUMBER: ${{ steps.sauce_strings.outputs.tunnel_id }}
GIT_HASH: ${{ steps.environment.outputs.sha_short }}
run: |
src/tests/frontend/travis/collabrunner.sh
src/tests/frontend/travis/runner.sh

View File

@ -1,3 +1,5 @@
#!/bin/sh
pecho() { printf %s\\n "$*"; }
log() { pecho "$@"; }
error() { log "ERROR: $@" >&2; }