summaryrefslogtreecommitdiffstats
path: root/.github/scripts/run_tests.sh
blob: 32275811aacac1e77bd56e5128933be2ea382a18 (plain)
1
2
3
4
5
6
#!/bin/bash

export $(cat ENVVARS | xargs -d '\n')

make test V=1 >> TEST_OUTPUT 2>&1
echo $? > TEST_RESULT