1
Fork 0

fix libtest

This commit is contained in:
Artyom Pavlov 2019-08-21 00:15:11 +00:00 committed by GitHub
parent bd1dc7cf92
commit 40cb69da59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -965,12 +965,11 @@ fn use_color(opts: &TestOpts) -> bool {
#[cfg(any(
target_os = "cloudabi",
target_os = "redox",
all(target_arch = "wasm32", not(target_os = "emscripten")),
all(target_vendor = "fortanix", target_env = "sgx")
))]
fn stdout_isatty() -> bool {
// FIXME: Implement isatty on Redox and SGX
// FIXME: Implement isatty on SGX
false
}
#[cfg(unix)]