fixed missing line of code removed by merge

This commit is contained in:
Bryan Herman 2014-03-12 10:06:53 -04:00
parent c4e546a613
commit c2ad32f089

View file

@ -138,6 +138,7 @@ if len(sys.argv) > 1:
try:
tests__.index(j)
except ValueError:
tests__.append(j)
# Test name specified on command line
else: