Merge "Tox utility to run unit tests"
[functest.git] / run_unit_tests.sh
1 #!/bin/bash
2
3 tox
4
5 exit $rc