diff options
Diffstat (limited to 'aux/workflow/repocheck.sh')
-rwxr-xr-x | aux/workflow/repocheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/repocheck.sh b/aux/workflow/repocheck.sh index b95272d..3cdad66 100755 --- a/aux/workflow/repocheck.sh +++ b/aux/workflow/repocheck.sh @@ -141,7 +141,7 @@ assert_clean_clone() { git clone "$REPODIR" . - make clean public dev-check + make clean dev-check assert_no_diffs make clean assert_no_diffs @@ -171,7 +171,7 @@ assert_clean_checkout() { cd "$CHECKOUTDIR" FILECOUNT="$(find . -type f | wc -l)" - make clean public dev-check + make clean dev-check make clean if [ "$FILECOUNT" != "$(find . -type f | wc -l)" ]; then echo 'File count mismatch after "make clean".' >&2 |