Skip to content

Commit 3469544

Browse files
Luiskyrzr
authored andcommitted
libs2/tf: SWPROT-8720: mandate the use of Python 3 with gen_test_runner.py (SiliconLabsSoftware#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: SiliconLabsSoftware#57 Relate-to: SiliconLabsSoftware#50 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 6f64658 commit 3469544

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

Lines changed: 1 addition & 1 deletion
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)