File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 36
36
matrix :
37
37
options : # We don't need a full matrix
38
38
- flavor : macos-release-availability
39
- arguments : -sdk macosx -configuration Release OTHER_CFLAGS ='${inherited} -Werror -Wconversion -Wno-unguarded-availability-new'
39
+ arguments : -sdk macosx -configuration Release WARNING_CFLAGS ='${inherited} -Werror -Wconversion -Wno-unguarded-availability-new'
40
40
- flavor : ios-release
41
41
arguments : -sdk iphoneos -configuration Release OTHER_CFLAGS='${inherited} -Werror -Wconversion' GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1'
42
42
- flavor : ios-debug
@@ -106,8 +106,7 @@ jobs:
106
106
working-directory : src/darwin/Framework
107
107
run : |
108
108
mkdir -p /tmp/darwin/framework-tests
109
- echo "This is a simple log" > /tmp/darwin/framework-tests/end_user_support_log.txt
110
- ../../../out/debug/chip-all-clusters-app --interface-id -1 --end_user_support_log /tmp/darwin/framework-tests/end_user_support_log.txt > >(tee /tmp/darwin/framework-tests/all-cluster-app.log) 2> >(tee /tmp/darwin/framework-tests/all-cluster-app-err.log >&2) &
109
+ ../../../out/debug/chip-all-clusters-app --interface-id -1 > >(tee /tmp/darwin/framework-tests/all-cluster-app.log) 2> >(tee /tmp/darwin/framework-tests/all-cluster-app-err.log >&2) &
111
110
../../../out/debug/chip-all-clusters-app --interface-id -1 --dac_provider ../../../credentials/development/commissioner_dut/struct_cd_origin_pid_vid_correct/test_case_vector.json --product-id 32768 --discriminator 3839 --secured-device-port 5539 --KVS /tmp/chip-all-clusters-app-kvs2 > >(tee /tmp/darwin/framework-tests/all-cluster-app-origin-vid.log) 2> >(tee /tmp/darwin/framework-tests/all-cluster-app-origin-vid-err.log >&2) &
112
111
113
112
export TEST_RUNNER_ASAN_OPTIONS=__CURRENT_VALUE__:detect_stack_use_after_return=1
You can’t perform that action at this time.
0 commit comments