ci-run-unittests.sh 201 B

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