about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2017-08-13 16:49:09 +0200
committerGitHub <noreply@github.com>2017-08-13 16:49:09 +0200
commit1c28cf5b68e38d58ad14d0e145746a0e435cfe23 (patch)
treedfbc2499b520d090519a65e39a1322739ed9863f
parentbf0eb6a22d2ae9630f5e1223d775885e0d880d91 (diff)
downloadrust-1c28cf5b68e38d58ad14d0e145746a0e435cfe23.tar.gz
rust-1c28cf5b68e38d58ad14d0e145746a0e435cfe23.zip
Change run-make ignore message
-rw-r--r--src/bootstrap/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs
index 95ac71d948b..7b9b316a2a4 100644
--- a/src/bootstrap/check.rs
+++ b/src/bootstrap/check.rs
@@ -650,7 +650,7 @@ impl Step for Compiletest {
             }
         }
         if suite == "run-make" && !build.config.llvm_enabled {
-            println!("Ignoring run-make test suite");
+            println!("Ignoring run-make test suite as they generally dont work without LLVM");
             return;
         }