mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
@@ -30,9 +30,8 @@ fn main() {
|
||||
// Just run the crate.
|
||||
if !Command::new("cargo")
|
||||
.args(["run", "-p", &test_crate])
|
||||
.output()
|
||||
.status()
|
||||
.unwrap()
|
||||
.status
|
||||
.success()
|
||||
{
|
||||
panic!("test failed");
|
||||
|
||||
Reference in New Issue
Block a user