From 51e3882b8034e67ea488b042690898b9f84b4348 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 20 Mar 2018 15:08:21 -0700 Subject: [PATCH] Update tests triggered for `bin/` changes. --- test/runner/lib/classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/lib/classification.py b/test/runner/lib/classification.py index 49ba9b13491..f96763591bd 100644 --- a/test/runner/lib/classification.py +++ b/test/runner/lib/classification.py @@ -247,7 +247,7 @@ class PathMapper(object): return minimal if path.startswith('bin/'): - return minimal + return all_tests(self.args) # broad impact, run all tests if path.startswith('contrib/'): return {