mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-17 21:24:26 +00:00
tests: fix smoke test broken by bad23cda74cd
I apparently didn't run tests on that commit :(
This commit is contained in:
parent
bea399640b
commit
49d386931d
@ -87,7 +87,7 @@ fn smoke_test() {
|
|||||||
|
|
||||||
// Add a commit description
|
// Add a commit description
|
||||||
let output =
|
let output =
|
||||||
testutils::CommandRunner::new(&repo_path).run(vec!["describe", "--text", "add some files"]);
|
testutils::CommandRunner::new(&repo_path).run(vec!["describe", "-m", "add some files"]);
|
||||||
assert_eq!(output.status, 0);
|
assert_eq!(output.status, 0);
|
||||||
let stdout_string = output.stdout_string();
|
let stdout_string = output.stdout_string();
|
||||||
let output_regex =
|
let output_regex =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user