fix libtest
This commit is contained in:
parent
bd1dc7cf92
commit
40cb69da59
1 changed files with 1 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue