#!/bin/sh # 'verbose=1' argument outputs test runs. # 'tests' argument specifies tests to run. echo 'test_pkg failure known and is OK' $1 -c "import importlib; importlib._set__import__(); from test.regrtest import main; main()" echo 'test_pkg failure known and is OK'