mirror of https://gitee.com/bigwinds/arangodb
fixed wrong excluding path
This commit is contained in:
parent
1d0dfad48c
commit
43e530545b
|
@ -24,7 +24,7 @@ SRCDIR=$1
|
|||
| egrep -v "^js/client/test-data/" \
|
||||
| egrep -v "^js/server/tests/" \
|
||||
| egrep -v "^js/server/test-data/" \
|
||||
| egrep -v "^js/apps/system/admin/.*/node_modules/" \
|
||||
| egrep -v "^js/apps/system/_admin/.*/node_modules/" \
|
||||
| egrep -v "^js/apps/system/.*/test/" \
|
||||
| egrep -v "^js/apps/system/.*/test_data/" \
|
||||
| egrep -v "^js/apps/system/.*/coverage/" \
|
||||
|
|
Loading…
Reference in New Issue