Change run-make ignore message

This commit is contained in:
bjorn3 2017-08-13 16:49:09 +02:00 committed by GitHub
parent bf0eb6a22d
commit 1c28cf5b68

View File

@ -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;
}