fix path · rust-lang/rust@ac078a4 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit ac078a4
File tree
4 files changed
lines changed
4 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | set -ex |
4 | 4 | |
5 | -${PWD}add_dummy_commit.sh | |
5 | +/tmp/add_dummy_commit.sh | |
6 | 6 | |
7 | 7 | # NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux. |
8 | 8 | ../x.py --stage 2 test --skip src/tools/tidy |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | set -ex |
4 | 4 | |
5 | -${PWD}add_dummy_commit.sh | |
5 | +/tmp/add_dummy_commit.sh | |
6 | 6 | |
7 | 7 | ../x.py --stage 2 test \ |
8 | 8 | --skip tests \ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | set -ex |
4 | 4 | |
5 | -${PWD}add_dummy_commit.sh | |
5 | +/tmp/add_dummy_commit.sh | |
6 | 6 | |
7 | 7 | ##### Test stage 2 ##### |
8 | 8 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | set -ex |
4 | 4 | |
5 | -${PWD}add_dummy_commit.sh | |
5 | +/tmp/add_dummy_commit.sh | |
6 | 6 | |
7 | 7 | ##### Test stage 1 ##### |
8 | 8 |