1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 15:45:57 +01:00
Files
openshift-ansible/hack/ci-run-unittests.sh
Vadim Rutkovsky 70e2b55e28 Add CI scripts in hack/
Prow CI currently runs several commands before e2e tests. These commands 
should be placed in our repo
2018-10-01 12:37:15 +02:00

6 lines
201 B
Bash

#!/bin/bash
# This script runs tox tests in test container
echo "${USER:-default}:x:$(id -u):$(id -g):Default User:${HOME:-/tmp}:/sbin/nologin" >> /etc/passwd
tox 2>&1 | tee /tmp/artifacts/output.log