mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[script] use python version specified in test script (#4226)
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ do_clean() {
|
||||
|
||||
do_cert() {
|
||||
[[ ! -d tmp ]] || rm -rvf tmp
|
||||
PYTHONUNBUFFERED=1 python "$1"
|
||||
PYTHONUNBUFFERED=1 "$1"
|
||||
}
|
||||
|
||||
print_usage() {
|
||||
|
||||
Reference in New Issue
Block a user