mirror of
https://github.com/qwjyh/xdbm
synced 2025-07-04 05:39:19 +09:00
change(sync)!: now it use git cli by default
This commit is contained in:
parent
0412233f86
commit
63c6c397c3
4 changed files with 12 additions and 11 deletions
|
@ -78,14 +78,14 @@ mod integrated_test {
|
|||
Command::cargo_bin("xdbm")?
|
||||
.arg("-c")
|
||||
.arg(config_dir)
|
||||
.args(["sync", "-vvvv", "-u"])
|
||||
.args(["sync", "-vvvv"])
|
||||
.assert()
|
||||
.success();
|
||||
} else {
|
||||
Command::cargo_bin("xdbm")?
|
||||
.arg("-c")
|
||||
.arg(config_dir)
|
||||
.args(["sync", "-vvvv"])
|
||||
.args(["sync", "-vvvv", "-u"])
|
||||
.assert()
|
||||
.success();
|
||||
}
|
||||
|
@ -338,6 +338,7 @@ mod integrated_test {
|
|||
.arg(config_dir_2.path())
|
||||
.arg("sync")
|
||||
.arg("-vvvv")
|
||||
.arg("-u")
|
||||
.assert()
|
||||
.success()
|
||||
.stderr(predicate::str::contains("successfully pushed"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue