mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
autopilot: detect missing run script with timestamps
This commit is contained in:
parent
35239b84df
commit
6e166d01bb
@ -219,7 +219,7 @@ proc build_failed_because_of_missing_run_script { platform run_script } {
|
||||
|
||||
# grep log output for the respective error message of the build system
|
||||
if {[catch {
|
||||
exec grep "^Error: No run script for" [log_file $platform $run_script]
|
||||
exec grep {^\(\[....-..-.. ..:..:..] \)*Error: No run script for} [log_file $platform $run_script]
|
||||
}]} { return 0 }
|
||||
return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user