From 8c4779241aa806d7659f92a596362117706f0289 Mon Sep 17 00:00:00 2001 From: Al Muthanna Athamina Date: Mon, 6 Feb 2023 10:51:56 +0100 Subject: [PATCH] Add tests directory to watchlist No-Try: true Change-Id: I6e8f1130ed0fe89d4f5ca8e9ff01ff68f13cbbdf Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4221699 Commit-Queue: Almothana Athamneh Auto-Submit: Almothana Athamneh Reviewed-by: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#85679} --- WATCHLISTS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WATCHLISTS b/WATCHLISTS index a3eb24f065..021be1f710 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -104,6 +104,9 @@ 'trap-handler': { 'filepath': 'src/trap-handler/', }, + 'tests': { + 'filepath': 'test/', + }, }, 'WATCHLISTS': { @@ -177,5 +180,8 @@ 'mark@chromium.org', 'mseaborn@chromium.org', ], + 'tests': [ + 'almuthanna+watch@chromium.org', + ], }, }