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"