mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix typo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
ddcb5d3742
commit
4ce978a7c0
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ fn run_command<S, I: Copy, P: AsRef<Path> + Copy>(
|
|||
// flaky test errors
|
||||
if error_str.contains("FileNotFound") // only occurs sometimes inside MacOS ci run
|
||||
|| error_str.contains("unable to save cached ZIR code") // only occurs sometimes inside MacOS ci run
|
||||
|| error_str.cointaints("lld-link: error: failed to write the output file: Permission denied") // only occurs sometimes on windows
|
||||
|| error_str.containts("lld-link: error: failed to write the output file: Permission denied") // only occurs sometimes on windows
|
||||
{
|
||||
if flaky_fail_counter == 10 {
|
||||
panic!("{} failed 10 times in a row. The following error is unlikely to be a flaky error: {}", command_str, error_str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue