You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"%s\n""Check for Copyright lines already in progress by "$(head "${LOCK_FILE}")>&2;
122
-
false;
122
+
python3 -B .github/tools/cioutput.py -l info --file "${SCRIPT_FILE}" --line ${BASH_LINENO:-0} --title "SKIP""Check for Copyright lines already in progress by "$(head "${LOCK_FILE}")>&2;
123
123
exit 126 ;
124
124
fi
125
125
@@ -132,7 +132,7 @@ if _TEST_ROOT_DIR=$(git rev-parse --show-superproject-working-tree 2>/dev/null);
printf"%s\n""SKIP: ${_TEST_DOC} is missing a valid copyright line begining with \"Copyright (c)\"";
154
+
python3 -B .github/tools/cioutput.py -l info --file "${_TEST_DOC}" --title "COPYRIGHT""SKIP: ${_TEST_DOC} is missing a valid copyright line begining with \"Copyright (c)\"";
printf"%s\n""WARN: ${_TEST_DOC} is out of date without a current copyright (year)">&2;
157
+
python3 -B .github/tools/cioutput.py -l info --file "${_TEST_DOC}" --title "DATE""WARN: ${_TEST_DOC} is out of date without a current copyright (year)">&2;
158
158
fi
159
159
# shellcheck disable=SC2086
160
160
if [[ ( ${EXIT_CODE} -ne 0 ) ]] ;then
161
161
case"$EXIT_CODE"in
162
162
0|126) true ;;
163
-
*) printf"%s\n""SKIP: Unclassified issue with '${_TEST_DOC}'" ;;
163
+
*) python3 -B .github/tools/cioutput.py -l info --file "${_TEST_DOC}" --title "SKIP""SKIP: Unclassified issue with '${_TEST_DOC}'" ;;
0 commit comments