summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-04-06 23:31:09 -0700
committerJameson Graef Rollins <jrollins@finestructure.net>2009-04-06 23:31:09 -0700
commit00ff70f6038a20c09968bc7b1cd2309916e178a8 (patch)
tree1717f6ac846b92f5b255b705b69e1f2264d5c9d9 /Makefile
parentc2a85da2be8f884cb7e96f05d8a37dcb6ddd80b5 (diff)
make test prompt for shell on failure enbabled by default, and turned off with env variable MONKEYSPHERE_TEST_NO_EXAMINE
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58ef332..5f87a16 100755
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,6 @@ releasenote:
./utils/build-releasenote
test:
- ./tests/basic
+ MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/basic
.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test