Bug 1721337 - run simple-fuzzing test with python3. r=decoder

python 2 is apparently no longer in the docker image since bug 1719622.

Differential Revision: https://phabricator.services.mozilla.com/D120319
This commit is contained in:
Julien Cristau 2021-07-20 12:45:51 +00:00
Родитель f7a9b9a730
Коммит f93b60fbee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -42,4 +42,4 @@ jobs:
using: run-task
command: >-
cd $MOZ_FETCHES_DIR &&
python tools/fuzzing/smoke/smoke.py
python3 tools/fuzzing/smoke/smoke.py