[driver] Parse config file under --regression mode also (#11845)
commitc8e3ba4e4e506c75c23c97b003b0dd01bd69b6da
authorAlexis Christoforides <alexis@thenull.net>
Thu, 29 Nov 2018 18:55:16 +0000 (29 13:55 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 18:55:16 +0000 (29 13:55 -0500)
treeaa69276ca9e1834978cc45ecb1b35327e5c197ec
parenteb53bbe8051d158eca86f87dfbeb77a2ce23b201
[driver] Parse config file under --regression mode also (#11845)

As of https://github.com/mono/mono/pull/11342 the regression tests (builtin-types.cs) call into System.Native incidentally as part of Interop.Sys type initialization. The --regression command line option was causing the --config part of the mono invocation to be ignored, resulting in a buried 'System.DllNotFoundException: System.Native' during the test run,
mono/mini/driver.c