Skip to content

Commit

Permalink
ci-wrapper: call make-one-time-file directly instead of explicitly us…
Browse files Browse the repository at this point in the history
…ing python

As a side effect this means it uses python3 instead of whatever python
points to. Since newer systems may only have python3 this is good.
  • Loading branch information
SkySkimmer committed Jun 4, 2024
1 parent edd043e commit 1f15a16
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 @@ -47,7 +47,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 1f15a16

Please sign in to comment.