From e59869571858a2c527ad054114dad5ae366507f6 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Thu, 18 Jan 2018 12:18:27 +0900 Subject: [PATCH] Ignore node_modules from test target Files in node_modules directory are not target for test. So we should ignore them. Change-Id: I3b259c7df21660e61fcb55633c82bdd83d791a3d --- tools/executable_files.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/executable_files.txt b/tools/executable_files.txt index 82aff2d420..8f6725ed6b 100644 --- a/tools/executable_files.txt +++ b/tools/executable_files.txt @@ -1,4 +1,5 @@ ./manage.py +./node_modules ./tools/abandon_old_reviews.sh ./tools/gate/integration/post_test_hook.sh ./tools/gate/integration/pre_test_hook.sh