• Victor Stinner's avatar
    Issue #25220, libregrtest: Call setup_python(ns) in the slaves · ecef622f
    Victor Stinner yazdı
    Slaves (child processes running tests for regrtest -jN) now inherit
    --memlimit/-M, --threshold/-t and --nowindows/-n options.
    
    * -M, -t and -n are now supported with -jN
    * Factorize code to run tests.
    * run_test_in_subprocess() now pass the whole "ns" namespace to the child
      process.
    ecef622f
cmdline.py 14.9 KB