Skip to content

Commit

Permalink
Fix existing unit test problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Fischer committed Feb 12, 2017
1 parent 7218461 commit 5620838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/spack/spack/test/cmd/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def monkey_parse_specs(x, concretize=False, normalize=False, allow_multi=True):
ret = [specX]
elif x == ['Y']:
ret = [specY]
ret = []
else:
ret = []

if allow_multi:
return ret
Expand Down

0 comments on commit 5620838

Please sign in to comment.