mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2025-07-12 14:39:29 +09:00
add: test case (20.log)
This commit is contained in:
parent
fb5160d2d9
commit
a57813192f
2 changed files with 50 additions and 1 deletions
|
@ -48,7 +48,7 @@ mod integrated_test {
|
|||
let mut cmd = Command::cargo_bin("psb-qaqc")?;
|
||||
cmd.current_dir("tests")
|
||||
.arg("add-master-log")
|
||||
.arg("./example_logs/valid/7.log")
|
||||
.arg("./example_logs/valid/20.log")
|
||||
.arg(test_out.as_path())
|
||||
.assert()
|
||||
.success();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue