aboutsummaryrefslogtreecommitdiff
path: root/scripts/laminar/gn3-unittest.run
blob: 4e0dc6494a113e885c2a09a7b05f32ea8c9718c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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"