diff options
author | EuAndreh <eu@euandre.org> | 2022-08-24 17:55:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-24 17:56:17 -0300 |
commit | 06d2acf6fdd5fd2dacb22841727bf7d9a3a71d45 (patch) | |
tree | b4ff214bd138f139d0cb975375510a5e3f969117 /bin/check | |
parent | etc/guix/home.scm: Move backup cronjob back one hour (diff) | |
download | dotfiles-06d2acf6fdd5fd2dacb22841727bf7d9a3a71d45.tar.gz dotfiles-06d2acf6fdd5fd2dacb22841727bf7d9a3a71d45.tar.xz |
bin/check: Call out command-specific tests
Diffstat (limited to 'bin/check')
-rwxr-xr-x | bin/check | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,10 @@ if ! git -C "$PRIV" diff --quiet || ! git -C "$PRIV" diff --quiet --staged; then exit 1 fi +for f in opt/tests/*; do + sh "$f" +done + # FIXME: # verify that the expiry date on the GPG key is greater than 1 year # assert git pushed |