зеркало из https://github.com/microsoft/svirl.git
Replaced python --> python3 in run_examples.sh
This commit is contained in:
Родитель
523abe9fcf
Коммит
8d0da6a03a
|
@ -2,7 +2,7 @@
|
|||
|
||||
for i in $(ls example_*.py); do
|
||||
echo "=== Execute $i ==="
|
||||
python "$i"
|
||||
python3 "$i"
|
||||
if [ $? != 0 ]; then
|
||||
break
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче