Skip to content

Commit ff67b2a

Browse files
Luiskyrzr
authored andcommitted
libs2/tf: SWPROT-8720: mandate the use of Python 3 with gen_test_runner.py (#57)
the Docker image running as agent in UnifySDK CI does not have the python executable installed, this change prevents this kind of error from happening again (cherry picked from commit ccbd3fb30b7edfa51db0553f8df90c84a3a54184) Forwarded: #57 Relate-to: #50 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent de2fa29 commit ff67b2a

File tree

1 file changed

+1
-1
lines changed
  • applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework

1 file changed

+1
-1
lines changed

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/gen_test_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22

33
# Copyright (c) 2018 Silicon Laboratories Inc.
44

0 commit comments

Comments
 (0)