diff options
| author | Erik Hofmayer <ehofmayer@outlook.de> | 2023-04-17 18:53:52 +0200 |
|---|---|---|
| committer | Erik Hofmayer <ehofmayer@outlook.de> | 2023-04-17 18:53:52 +0200 |
| commit | 0a763c92f214501ccd0460fdddfbb49d21fe9b2e (patch) | |
| tree | 5bdf316b442a0155819f7d575b5f7c3d6a5d2d76 /tests | |
| parent | bfa87984d272f06b5a3af6ed3030dcdaa53d9cab (diff) | |
| download | rust-0a763c92f214501ccd0460fdddfbb49d21fe9b2e.tar.gz rust-0a763c92f214501ccd0460fdddfbb49d21fe9b2e.zip | |
Make commit-date pattern more specific in test for issue 107094
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-make/issue-107094/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-make/issue-107094/Makefile b/tests/run-make/issue-107094/Makefile index 7bbaf31a777..d614e3e1055 100644 --- a/tests/run-make/issue-107094/Makefile +++ b/tests/run-make/issue-107094/Makefile @@ -3,5 +3,5 @@ include ../tools.mk all: - $(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+" - $(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9\-]+" + $(BARE_RUSTC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9]{4}-[0-9]{2}-[0-9]{2}" + $(BARE_RUSTDOC) --version --verbose | $(CGREP) -i -e "commit-hash: [0-9a-f]{40}" "commit-date: [0-9]{4}-[0-9]{2}-[0-9]{2}" |
