Skip to content

Commit de22426

Browse files
Add log
1 parent db002cf commit de22426

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/cli_cases/tpch.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,16 @@ async fn test_custom_config_with_s3() {
7373
);
7474
let config = config_builder.build("my_config.toml");
7575

76-
Command::cargo_bin("dft")
76+
let a = Command::cargo_bin("dft")
7777
.unwrap()
7878
.arg("--config")
7979
.arg(config.path)
8080
.arg("generate-tpch")
8181
.assert()
8282
.success();
8383

84+
println!("A: {a:?}");
85+
8486
let s3 = AmazonS3Builder::new()
8587
.with_bucket_name(bucket)
8688
.with_endpoint(endpoint)

0 commit comments

Comments
 (0)