diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-21 15:47:33 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-21 15:47:33 -0600 |
commit | d0db98921ad46ad28a99d12baa7dc75b4244d1a4 (patch) | |
tree | 9bed827cafb3f054d603fd182823bd1cf48015e6 | |
parent | 207f0f95a9599118927455650e0cbeb933a8aecc (diff) | |
download | mediagoblin-d0db98921ad46ad28a99d12baa7dc75b4244d1a4.tar.lz mediagoblin-d0db98921ad46ad28a99d12baa7dc75b4244d1a4.tar.xz mediagoblin-d0db98921ad46ad28a99d12baa7dc75b4244d1a4.zip |
Make "make check" actually run tests
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0a20161b..5530b9e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -184,7 +184,7 @@ dist: extlib # Use the setup.py check command check: - $(maybe_venved_python) setup.py check + ./runtests.sh # setup.py might complain if a directory doesn't exist so just in case, make the directory # here |