You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Small tweak in mailbody line
This commit is contained in:
@@ -99,7 +99,7 @@ for VERSION in $PYVERSIONS ; do
|
|||||||
|
|
||||||
SUBJECT_PREFIX="pyenv weak verify (max $MAX_TESTS) for"
|
SUBJECT_PREFIX="pyenv weak verify (max $MAX_TESTS) for"
|
||||||
if ((rc == 0)); then
|
if ((rc == 0)); then
|
||||||
mailbody_line="Python $VERSION ok; ran in $time_diff"
|
mailbody_line="Python $VERSION ok; ran in $time_diff seconds"
|
||||||
tail -v $LOGFILE | mail -s "$SUBJECT_PREFIX $VERSION ok" ${USER}@localhost
|
tail -v $LOGFILE | mail -s "$SUBJECT_PREFIX $VERSION ok" ${USER}@localhost
|
||||||
else
|
else
|
||||||
mailbody_line="Python $VERSION failed; ran in $time_diff"
|
mailbody_line="Python $VERSION failed; ran in $time_diff"
|
||||||
|
Reference in New Issue
Block a user