depot_autopilot: fix regression with nr. of tests

The output of the number of tests to run was removed accidentally with the
commit "depot_autopilot: provide repeat mode".
This commit is contained in:
Martin Stein 2019-01-16 16:48:56 +01:00 committed by Norman Feske
parent f69d3020fd
commit e0af049124
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ proc init_test_setting {} {
}
}
}
puts "Number of tests to run: $nr_of_tests_to_run"
}