mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
38dda38a3b
We were failing silently in this scenario.
8 lines
284 B
Rust
8 lines
284 B
Rust
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
itest!(jupyter_install_command_not_exists {
|
|
args: "jupyter --unstable --install",
|
|
output: "jupyter/install_command_not_exists.out",
|
|
envs: vec![("PATH".to_string(), "".to_string())],
|
|
exit_code: 1,
|
|
});
|