diff options
| author | Jez Ng | 2012-07-26 03:53:34 -0700 |
|---|---|---|
| committer | Jez Ng | 2012-07-26 03:56:05 -0700 |
| commit | 492c920082d31749aec5b201802e47d0e90263e7 (patch) | |
| tree | 82e144513936d24a6ab76252bb8696386b5ac285 /Cakefile | |
| parent | e124536b675be48937c373bcf602b11e02ab87f8 (diff) | |
| download | vimium-492c920082d31749aec5b201802e47d0e90263e7.tar.bz2 | |
Git hacking: Set up pre-commit test hook.
Also tweak .gitignore.
To activate the hook, symlink .git/hooks to git_hooks.
Diffstat (limited to 'Cakefile')
| -rw-r--r-- | Cakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,3 +47,5 @@ task "test", "run all unit tests", -> test_files = test_files.map((filename) -> "tests/" + filename) test_files.forEach (file) -> require "./" + file Tests.run() + if Tests.testsFailed > 0 + process.exit 1 |
