Skip to content

Commit cfa1329

Browse files
authored
Fix one more path added to objdir-clone in tests.yaml for linux repl tests. (#39747)
* one more path fix for splitting unit tests. These defaults are bad! * Revert "one more path fix for splitting unit tests. These defaults are bad!" This reverts commit 729e12e419f54e66c1b3cb52a11b0ac2cb9fa5de. * Fix real fix
1 parent e893a32 commit cfa1329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ jobs:
708708
mkdir -p out/trace_data
709709
scripts/run_in_python_env.sh out/venv 'scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/controller/python/test/test_scripts/mobile-device-test.py'
710710
scripts/run_in_python_env.sh out/venv 'src/python_testing/execute_python_tests.py --env-file /tmp/test_env.yaml --search-directory src/python_testing'
711-
scripts/run_in_python_env.sh out/venv "scripts/tests/TestTimeSyncTrustedTimeSourceRunner.py --all-clusters out/linux-x64-all-clusters-${BUILD_VARIANT}-tsan-clang-test/chip-all-clusters-app"
711+
scripts/run_in_python_env.sh out/venv "scripts/tests/TestTimeSyncTrustedTimeSourceRunner.py --all-clusters objdir-clone/linux-x64-all-clusters-${BUILD_VARIANT}-tsan-clang-test/chip-all-clusters-app"
712712
713713
- name: Execute Jupyter Notebooks
714714
run: |

0 commit comments

Comments
 (0)