lightning-terminal/scripts/check-commit.sh
2022-11-02 11:56:26 +02:00

5 lines
93 B
Bash
Executable file

#!/bin/bash
set -e
set -x
echo Testing $(git log -1 --oneline)
make unit pkg=... case=_NONE_