Skip to content
Snippets Groups Projects
Commit e0b2734d authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

build: tweak git describe error handling

parent 20a43633
No related branches found
No related tags found
1 merge request!950Gmoshkin/test release builds in ci
Pipeline #38568 passed
......@@ -80,7 +80,7 @@ fn set_git_describe_env_var() {
let output = Command::new("git").arg("describe").output().unwrap();
assert!(
output.status.success(),
"stdout: {} stderr: {}",
"`git describe` failed: {}{}",
String::from_utf8_lossy(&output.stdout),
String::from_utf8_lossy(&output.stderr),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment