run_unit_tests.sh 149 Bytes
Newer Older
1
2
#!/bin/bash

3
CUDA_VISIBLE_DEVICES="0"
Gustaf Ahdritz's avatar
Gustaf Ahdritz committed
4

5
python3 -m unittest "$@" || \
6
echo -e "\nTest(s) failed. Make sure you've installed all Python dependencies."