Skip to content

Commit

Permalink
Rollup merge of rust-lang#47432 - etaoins:make-fulldeps-update-refere…
Browse files Browse the repository at this point in the history
…nces-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.
  • Loading branch information
kennytm committed Jan 15, 2018
2 parents 2dc815c + 46c59ae commit 5d9d5ea
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified src/test/ui-fulldeps/update-references.sh
100644 → 100755
Empty file.

0 comments on commit 5d9d5ea

Please sign in to comment.