diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:12:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:12:49 -0300 |
commit | 7f0c97b64bcccbdcd1667f2c2ca8f1face9ca027 (patch) | |
tree | 16a28e5e50af81290410ec65cb6e2d9c84e30f29 | |
parent | aux/workflow/assert-todos.sh: Allow files to be removed from its checkings (diff) | |
download | git-permalink-7f0c97b64bcccbdcd1667f2c2ca8f1face9ca027.tar.gz git-permalink-7f0c97b64bcccbdcd1667f2c2ca8f1face9ca027.tar.xz |
aux/workflow/repocheck.sh: Add more duplicates in check for idempotency
-rwxr-xr-x | aux/workflow/repocheck.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aux/workflow/repocheck.sh b/aux/workflow/repocheck.sh index 688410a..fce31c4 100755 --- a/aux/workflow/repocheck.sh +++ b/aux/workflow/repocheck.sh @@ -113,6 +113,10 @@ assert_install() { echo 'Asserting "idempotent" install path' >&2 INSTALL3="$(mkdtemp)" + make PREFIX="$INSTALL3" + make PREFIX="$INSTALL3" + make check PREFIX="$INSTALL3" + make check PREFIX="$INSTALL3" make install PREFIX="$INSTALL3" make install PREFIX="$INSTALL3" assert_installed_files "$INSTALL3" |