feat: msg::helper::runcmd takes a non-empty argv vector
This makes is the empty-argv mistake that much easier to avoid.
Signed-off-by: Lars Wirzenius liw@liw.fi
3 files changed
+22
-17
23ad83a9
→
e167d05e
modified Cargo.lock
@@ -1528,6 +1528,12 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1921,7 +1927,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1947,6 +1953,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1980,7 +1987,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2063,7 +2070,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -15,6 +15,7 @@ anyhow = "1.0.95"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/msg.rs
@@ -1225,6 +1225,7 @@ pub mod trigger_from_ci_event_tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1290,29 +1291,25 @@ pub mod helper {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|