Browse Source

Remove leftover fsck test

tags/nilmdb-1.9.4
Jim Paris 10 years ago
parent
commit
8db9771c20
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile View File

@@ -1,5 +1,5 @@
# By default, run the tests.
all: fscktest
all: test

version:
python setup.py version
@@ -23,10 +23,6 @@ docs:
lint:
pylint --rcfile=.pylintrc nilmdb

fscktest:
python -c "import nilmdb.fsck; nilmdb.fsck.Fsck('/home/jim/wsgi/db').check()"
# python -c "import nilmdb.fsck; nilmdb.fsck.Fsck('/home/jim/mnt/bucket/mnt/sharon/data/db', True).check()"

test:
ifeq ($(INSIDE_EMACS), t)
# Use the slightly more flexible script


Loading…
Cancel
Save