Skip to content

Commit 667d5f7

Browse files
Luiskyrzr
authored andcommitted
SWPROT-8720: mandate the use of Python 3 with gen_test_runner.py
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) Signed-off-by: Philippe Coval <[email protected]>
1 parent 0deb9f3 commit 667d5f7

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)