diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-06 13:59:54 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-04-06 13:59:54 +0200 |
| commit | 0c1725f8bb0ab646b432e91c70d65501db76e5f5 (patch) | |
| tree | 9683ea63be5bfee3f7d8b283db0fd70cd1bbbb13 | |
| parent | 7a1cf889c72c380e3fa1c77c125d685e94b3f551 (diff) | |
| download | rust-0c1725f8bb0ab646b432e91c70d65501db76e5f5.tar.gz rust-0c1725f8bb0ab646b432e91c70d65501db76e5f5.zip | |
Fixup previous commit
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 32ecf4d2e98..e4b73755248 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -61,7 +61,7 @@ rm src/test/incremental/issue-49482.rs # same rm src/test/incremental/issue-54059.rs # same rm src/test/incremental/lto.rs # requires lto -rm src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ +rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ rm src/test/pretty/asm.rs # inline asm rm src/test/pretty/raw-str-nonexpr.rs # same |
