mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix cli_test effectful_form getting stuck
This commit is contained in:
parent
a089cf2487
commit
4c33cb6686
3 changed files with 17 additions and 12 deletions
|
@ -80,6 +80,8 @@ impl ExecCli {
|
|||
app_stdin_opt: Option<&str>,
|
||||
app_args_opt: Option<&[&str]>,
|
||||
) {
|
||||
assert!(self.sub_command == roc_cli::CMD_BUILD, "check_build_and_run should be run with the build command, instead it was run with '{}'.", self.sub_command);
|
||||
|
||||
let build_cmd_out = self.run();
|
||||
build_cmd_out.assert_clean_success();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue