diff options
-rwxr-xr-x | tools/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pre-commit b/tools/pre-commit index b3bc2e2b..41788d01 100755 --- a/tools/pre-commit +++ b/tools/pre-commit @@ -55,6 +55,6 @@ fi # Finally, (re)build this proposed source tree and see if it passes # muster. -nice -n 20 make -j3 check +nice -n 20 make check exit 0 |