Skip to content

Commit

Permalink
Limit Pyomo tests to the pyomo/pyomo directory.
Browse files Browse the repository at this point in the history
Previously, the tests in pyomo/examples were run ... but they
were never intended to run there.
  • Loading branch information
whart222 committed Dec 31, 2016
1 parent fb03c7d commit ccc8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/scripting/runtests.py
Expand Up @@ -83,7 +83,7 @@ def runPyomoTests():
if len(args) > 1:
mydirs = args[1:]
else:
mydirs = ['pyomo', 'pyomo-model-libraries']
mydirs = [os.path.join('pyomo','pyomo'), 'pyomo-model-libraries']
#
dirs=[]
for dir in mydirs:
Expand Down

0 comments on commit ccc8f3b

Please sign in to comment.