Skip to content

Commit

Permalink
Modify test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 10, 2025
1 parent 53e1a61 commit ec1e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install_extensions() {
}

run_tests() {
cd test/core && PYTHONPATH=`pwd`/../../ python3 run_tests.py --num-parallel 8 && cd ../../
cd test/core && PYTHONPATH=`pwd`/../../ python3 run_tests.py --num-parallel 8 --tests ImmediateAncestorTest && cd ../../
}

# We run realtime cards tests separately because there these tests validate the asynchronous updates to the
Expand Down

0 comments on commit ec1e934

Please sign in to comment.