File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -371,10 +371,11 @@ stderr:
371
371
if subcommand_mtime > main_command_mtime {
372
372
result. suggestion ( format ! (
373
373
"\
374
- The modified time for {main_command_exe:?} was before the modified time for
375
- {subcommand_exe:?}, which may indicate that you made changes to the subcommand
376
- without building the main executable. This may cause spurious test failures
377
- because the main executable code is out of date.
374
+ The modified time for {main_command_exe:?}: {main_command_mtime:?}
375
+ was before the modified time for {subcommand_exe:?}: {subcommand_mtime:?}
376
+ which may indicate that you made changes to the subcommand without building the
377
+ main executable. This may cause spurious test failures because the main
378
+ executable code is out of date.
378
379
379
380
If so, you should either explicitly run: cargo -p git-branchless
380
381
to build the main executable before running this test; or, if it's okay to skip
You can’t perform that action at this time.
0 commit comments