about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-10-17 16:58:00 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-10-17 16:58:00 +0000
commit6666435b8ad7045446e170b155c4e419338c545a (patch)
treee92551957124e775ce3f7288fb5e478f997e892f
parentbbaaecc250a8601a756686e72a97d463968282a4 (diff)
downloadrust-6666435b8ad7045446e170b155c4e419338c545a.tar.gz
rust-6666435b8ad7045446e170b155c4e419338c545a.zip
Fix rustc test suite (broken by prev commit)
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index fbf4ce02234..035034e0fab 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -145,6 +145,7 @@ rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same
 rm tests/ui/process/process-panic-after-fork.rs # same
 
 cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
+cp $(../dist/rustc-clif --print target-libdir)/libstd-*.so ../dist/lib/
 
 # prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by
 # rustdoc-clif