| Index: runtime/bin/vmservice/observatory/deploy.sh
|
| diff --git a/runtime/bin/vmservice/observatory/deploy.sh b/runtime/bin/vmservice/observatory/deploy.sh
|
| index 22e4cc720c5363739f8aed5e15486caf1a019546..1b7a608035531cdca816f22a94a8f6140f0c403b 100755
|
| --- a/runtime/bin/vmservice/observatory/deploy.sh
|
| +++ b/runtime/bin/vmservice/observatory/deploy.sh
|
| @@ -19,5 +19,6 @@ EXCLUDE="$EXCLUDE --exclude *.concat.js"
|
| EXCLUDE="$EXCLUDE --exclude *.scriptUrls"
|
| EXCLUDE="$EXCLUDE --exclude *.precompiled.js"
|
| EXCLUDE="$EXCLUDE --exclude main.*"
|
| +EXCLUDE="$EXCLUDE --exclude unittest"
|
|
|
| rsync -av --progress build/web/ deployed/web/ $EXCLUDE
|
|
|