Skip to content

Commit

Permalink
Make sure xmlotputs are generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Oct 21, 2019
1 parent 6eeacba commit 0d1a28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Script for running all gpkit unit tests"""
"""Script for running all unit tests"""
import gpkit
from gpkit.tests.run_tests import run
from gpkit.tests.test_repo import git_clone, pip_install
Expand Down Expand Up @@ -45,7 +45,7 @@ def test():
(testcase,), {})
setattr(test, "solver", solver)
TESTS.append(test)
run(tests=TESTS)
run(tests=TESTS, xmloutput=True)

if __name__ == '__main__':
test()

0 comments on commit 0d1a28e

Please sign in to comment.