Skip to content

Commit 23a4ac0

Browse files
committed
fix: test
1 parent a640175 commit 23a4ac0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/product_logging/framework.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,8 +1138,9 @@ kill $vector_pid
11381138
/// const STACKABLE_LOG_DIR: &str = "/stackable/log";
11391139
///
11401140
/// let args = vec![
1141-
/// "echo Perform initialization tasks ...".into(),
1142-
/// product_logging::framework::shutdown_vector_command(STACKABLE_LOG_DIR),
1141+
/// product_logging::framework::remove_vector_shutdown_file_command(STACKABLE_LOG_DIR),
1142+
/// "echo Perform some tasks ...".into(),
1143+
/// product_logging::framework::create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
11431144
/// ];
11441145
///
11451146
/// let container = ContainerBuilder::new("init")

0 commit comments

Comments
 (0)