/ scripts / check-commit.sh
check-commit.sh
1  #!/bin/bash
2  set -e
3  set -x
4  echo Testing $(git log -1 --oneline)
5  make unit pkg=... case=_NONE_