diff --git a/vdev/src/commands/integration/ci_paths.rs b/vdev/src/commands/integration/ci_paths.rs index 16d3b418ce756..c37b682a2ec7b 100644 --- a/vdev/src/commands/integration/ci_paths.rs +++ b/vdev/src/commands/integration/ci_paths.rs @@ -12,7 +12,7 @@ pub struct Cli {} impl Cli { pub fn exec(&self) -> Result<()> { // placeholder for changes that should run all integration tests - println!("all-int:"); + println!("all-int: []"); // paths for each integration are defined in their respective config files. for (integration, config) in IntegrationTestConfig::collect_all()? {