commit | ecef622fec197f4377b5b5ec58f80f5fd000210f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Sep 30 01:39:28 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Sep 30 01:39:28 2015 +0200 |
tree | d0e907554e83437d16d0b623f204d91a428b838c | |
parent | 8bb19f094ba6ba12f70a6458729c911d93c85209 [diff] |
Issue #25220, libregrtest: Call setup_python(ns) in the slaves 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.