Skip to content

Commit

Permalink
testing groups bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FIREdog5 committed May 30, 2021
1 parent 6593ed3 commit 47bcb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shepherd/testing_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def start():
for test in sys.argv[1:]:
# check if the specified test was a test group
if test in list(test_groups.keys()):
for t in test_groups:
for t in test_groups[test]:
#no duplicates
if not t in queued_tests:
queued_tests += [t]
Expand Down

0 comments on commit 47bcb51

Please sign in to comment.