#!/bin/sh

cmd="pytest"

exec /opt/venvs/labgrid/bin/$cmd "$@"
