parent
0279294972
commit
35c3d0b3fc
|
@ -45,7 +45,6 @@ impl Exercise {
|
|||
|
||||
pub fn run(&self) -> Output {
|
||||
Command::new(&temp_file())
|
||||
.args(&["--", "--nocapture"])
|
||||
.output()
|
||||
.expect("Failed to run 'run' command")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue