Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Oct 27, 2023
1 parent a640175 commit 23a4ac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/product_logging/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,9 @@ kill $vector_pid
/// const STACKABLE_LOG_DIR: &str = "/stackable/log";
///
/// let args = vec![
/// "echo Perform initialization tasks ...".into(),
/// product_logging::framework::shutdown_vector_command(STACKABLE_LOG_DIR),
/// product_logging::framework::remove_vector_shutdown_file_command(STACKABLE_LOG_DIR),
/// "echo Perform some tasks ...".into(),
/// product_logging::framework::create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
/// ];
///
/// let container = ContainerBuilder::new("init")
Expand Down

0 comments on commit 23a4ac0

Please sign in to comment.