diff options
| author | Josh Stone <jistone@redhat.com> | 2022-08-12 15:39:26 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2022-08-12 15:39:26 -0700 |
| commit | de8dedb0a524208e4856e80c22bc7f47df2fd91a (patch) | |
| tree | 77cd17c0284a6954a1993ec7041c52203af24ea1 /src/bootstrap/mk | |
| parent | f22819bcce4abaff7d1246a56eec493418f9f4ee (diff) | |
| download | rust-de8dedb0a524208e4856e80c22bc7f47df2fd91a.tar.gz rust-de8dedb0a524208e4856e80c22bc7f47df2fd91a.zip | |
Use an extensionless `x` script for non-Windows
Diffstat (limited to 'src/bootstrap/mk')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 1e0f7e9acf4..9a08a7be0f5 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -80,7 +80,7 @@ TESTS_IN_MINGW_2 := \ src/test/ui ci-mingw-subset-1: - $(Q)$(CFG_SRC_DIR)/x.sh test --stage 2 $(TESTS_IN_MINGW_2:%=--exclude %) + $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2:%=--exclude %) ci-mingw-subset-2: $(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2) |
