#!/bin/sh set -ex # Abort on first error CUR_DIR=$PWD cd "$GN3_CI_DIR" # Run Pylint "${HOME}/.config/guix/current/bin/guix" shell --file=guix.scm -- python -m unittest discover tests.unit echo Done Running Unittests! cd "$CUR_DIR"