Skip to content

Commit

Permalink
Modify test-database make target to not capture stdout and log
Browse files Browse the repository at this point in the history
There are too many logging statements which get printed when the
tests fail, and they aren't usually useful. This way, it's much
easier to find the test output.

Also change the other arguments to the long forms for clarity.
  • Loading branch information
mliu49 authored and mjohnson541 committed May 17, 2019
1 parent c6f8f24 commit 9a07f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -105,7 +105,8 @@ endif
nosetests --nocapture --nologcapture --all-modules -A 'functional' --verbose --exe rmgpy arkane

test-database:
nosetests -v -d testing/databaseTest.py
nosetests --nocapture --nologcapture --verbose --detailed-errors testing/databaseTest.py

eg0: all
mkdir -p testing/eg0
rm -rf testing/eg0/*
Expand Down

0 comments on commit 9a07f43

Please sign in to comment.