Skip to content

Commit

Permalink
test.py: don't run tests twice
Browse files Browse the repository at this point in the history
distributed_test and allocator_test were run twice since they are
registered both from the "other_tests" array and then once again explicitly.

Leave only the explicit registration.

Signed-off-by: Vlad Zolotarov <[email protected]>
  • Loading branch information
vladzcloudius committed Nov 15, 2017
1 parent b5f6529 commit 989cd95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
other_tests = [
'smp_test',
'timertest',
'distributed_test',
'allocator_test',
'directory_test',
'thread_context_switch',
'fair_queue_test',
Expand Down

0 comments on commit 989cd95

Please sign in to comment.