./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
failed_cleanup() {
# FIXME: can we be more verbose here?
echo 'FAILED!'
- if [ "$MONKEYSPHERE_TEST_ALLOW_EXAMINATION" = prompt ] ; then
+ if [ -z "$MONKEYSPHERE_TEST_NO_EXAMINE" ] ; then
read -p "press enter to cleanup and remove tmp (or type bash for a subshell to examine): " XX
if [ "$XX" = bash ] ; then
echo "Entering subshell..."