File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
artifacts :
11
11
paths :
12
12
- $TEST_RUN_DIR/debug_backend_tests.log
13
+ - $TEST_RUN_DIR/gdb_logs
13
14
- $TEST_RUN_DIR/esp_cov_files
14
15
reports :
15
16
junit :
Original file line number Diff line number Diff line change 37
37
export DIST_DIR=${PWD}/${TEST_RUN_DIR}/${DIST_INSTALLED_DIR}
38
38
export PYTHONPATH=$PWD/${TEST_RUN_DIR}:$PWD/testing/esp/py_debug_backend
39
39
echo "CHIP_TEST_TOOLCHAIN : ${CHIP_TEST_TOOLCHAIN}"
40
- testing/esp/run_tests.py -o $DIST_DIR/bin/openocd -s $DIST_DIR/share/openocd/scripts -a $PWD/$TEST_RUN_DIR -t ${CHIP_TEST_TOOLCHAIN}-elf- -d 4 -l $PWD/$TEST_RUN_DIR/debug_backend_tests.log -tr x -to $PWD/$TEST_RUN_DIR/results $TEST_RUN_EXTRA_OPTS -c "${OOCD_CMDS}"
40
+ testing/esp/run_tests.py -o $DIST_DIR/bin/openocd -s $DIST_DIR/share/openocd/scripts -a $PWD/$TEST_RUN_DIR -t ${CHIP_TEST_TOOLCHAIN}-elf- -d 4 -l $PWD/$TEST_RUN_DIR/debug_backend_tests.log -gl $PWD/$TEST_RUN_DIR/gdb_logs - tr x -to $PWD/$TEST_RUN_DIR/results $TEST_RUN_EXTRA_OPTS -c "${OOCD_CMDS}"
41
41
42
42
.run_tests_linux :
43
43
script :
You can’t perform that action at this time.
0 commit comments