Rollup merge of #47432 - etaoins:make-fulldeps-update-references-exec, r=petrochenkov

Make ui-fulldeps/update-references executable

When a ui-fulldeps comparison fails it suggests running update-references.sh:

```
src/test/ui-fulldeps/update-references.sh 'rust/build/x86_64-apple-darwin/test/ui-fulldeps' 'resolve-error.rs'
```

This does not work as update-references.sh isn't executable. The other update-references.sh in the ui directory is already executable so this looks like an oversight.
This commit is contained in:
kennytm 2018-01-15 16:55:36 +08:00
commit 5d9d5ea712
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

0
src/test/ui-fulldeps/update-references.sh Normal file → Executable file
View file