[LTP] [PATCH] *.sh: convert hardcoded python2 to python3

Petr Vorel pvorel@suse.cz
Fri Jul 26 11:43:38 CEST 2019


Hi Yi,

> We had converted python2 to python3 for all *.py in commit
> 5a8408bc32f0eada5cbf65ac63d5cd2410f95249. But there are still hardcoded
> python2 in some scripts. Convert these python2 to python3.


> -python create_users.py -u 50 -g 50
> +python3 create_users.py -u 50 -g 50
BTW at least some of them could be run directly, i.e.
./create_users.py -u 50 -g 50

BTW do you run this test? As it's not installed (must be run from source tree).

Kind regards,
Petr


More information about the ltp mailing list