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