diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-16 22:22:16 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-16 22:22:16 +0100 |
| commit | 45a3075c5618935c86040c2a9debf72afab90e24 (patch) | |
| tree | b5cb55e66f792ff335e4e4cd6a2afc44e5f34a21 | |
| parent | 972ee874324db2b373bec6c807a763f44a6eac6a (diff) | |
| download | rust-45a3075c5618935c86040c2a9debf72afab90e24.tar.gz rust-45a3075c5618935c86040c2a9debf72afab90e24.zip | |
Run GUI test when browser-ui-test version is updated
| -rwxr-xr-x | src/ci/scripts/should-skip-this.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/scripts/should-skip-this.sh b/src/ci/scripts/should-skip-this.sh index bb48fcb5a21..c046a6c8a26 100755 --- a/src/ci/scripts/should-skip-this.sh +++ b/src/ci/scripts/should-skip-this.sh @@ -25,6 +25,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then elif ! (git diff --quiet "$BASE_COMMIT" -- \ src/test/rustdoc-gui \ src/librustdoc \ + src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile \ src/tools/rustdoc-gui); then # There was a change in either rustdoc or in its GUI tests. echo "Rustdoc was updated" |
