Make the error message say "FAILURE" (instead of "ERROR") to match
what happens in the nightly build script This commit was SVN r2545.
Этот коммит содержится в:
родитель
111286d455
Коммит
036493b8c3
@ -57,9 +57,9 @@ send_error_mail() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -n "$version"; then
|
if test -n "$version"; then
|
||||||
Mail -s "=== CREATE ERROR ($version) ===" "$email" < "$outfile"
|
Mail -s "=== CREATE FAILURE ($version) ===" "$email" < "$outfile"
|
||||||
else
|
else
|
||||||
Mail -s "=== CREATE ERROR ===" "$email" < "$outfile"
|
Mail -s "=== CREATE FAILURE ===" "$email" < "$outfile"
|
||||||
fi
|
fi
|
||||||
rm -f "$outfile"
|
rm -f "$outfile"
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user