File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.4 - 2022-04-14
4+ * Make resmoke errors easier to see in version_gen.
5+
36## 0.7.3 - 2022-03-30
47* Pass evergreen file location when calling burn_in_tests.py.
58
Original file line number Diff line number Diff line change 22name = " mongo-task-generator"
33description = " Dynamically split evergreen tasks into subtasks for testing the mongodb/mongo project."
44license = " Apache-2.0"
5- version = " 0.7.3 "
5+ version = " 0.7.4 "
66repository = " https://github.com/mongodb/mongo-task-generator"
77authors = [
" Decision Automation Group <[email protected] >" ]
88edition = " 2018"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pub fn run_command(command: &[&str]) -> Result<String> {
3434 stdout = regular_info,
3535 "Command encountered an error" ,
3636 ) ;
37- bail ! ( "Command encountered an error" )
37+ bail ! ( error_message )
3838 }
3939
4040 let output = String :: from_utf8_lossy ( & cmd. stdout ) ;
You can’t perform that action at this time.
0 commit comments