rust: fix disabling of fragile test

Tests in the run-make directory are all in subdirectories
This commit is contained in:
Hamish Mackenzie 2018-02-12 12:10:29 +13:00 committed by GitHub
parent 54c7ca34c4
commit ca74ad35f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation {
# Disable fragile tests.
rm -vr src/test/run-make/linker-output-non-utf8 || true
rm -vr src/test/run-make/issue-26092.rs || true
rm -vr src/test/run-make/issue-26092 || true
# Remove test targeted at LLVM 3.9 - https://github.com/rust-lang/rust/issues/36835
rm -vr src/test/run-pass/issue-36023.rs || true