From 28a033fe1e783bb56a90be5e9682655b5d6c79a3 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Thu, 5 Apr 2018 16:01:28 -0700 Subject: [PATCH] test(ivy): update size tests --- integration/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/run_tests.sh b/integration/run_tests.sh index 5c7ca3fe1acbd..fb3fadb977096 100755 --- a/integration/run_tests.sh +++ b/integration/run_tests.sh @@ -27,7 +27,7 @@ rm_cache mkdir $cache trap rm_cache EXIT -for testDir in $(ls | grep -Ev 'node_modules|render3') ; do +for testDir in $(ls | grep -v node_modules) ; do [[ -d "$testDir" ]] || continue echo "#################################" echo "Running integration test $testDir"