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