Skip to content

Commit

Permalink
Merge PR coq#19142: ci-wrapper: call make-one-time-file directly inst…
Browse files Browse the repository at this point in the history
…ead of explicitly using python

Reviewed-by: ppedrot
Co-authored-by: ppedrot <[email protected]>
  • Loading branch information
coqbot-app[bot] and ppedrot authored Jun 24, 2024
2 parents 2662a33 + 1f15a16 commit 822f40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
code=$?
echo 'Aggregating timing log...'
echo
python ./tools/make-one-time-file.py --real "$CI_NAME.log"
tools/make-one-time-file.py --real "$CI_NAME.log"
if [ "$CI" ] && ! [ $code = 0 ]; then
set +x

Expand Down

0 comments on commit 822f40d

Please sign in to comment.