mirror of git://sourceware.org/git/glibc.git
support: Always run ldconfig in containered tests
This is required so the generated ld.so.conf files take effect. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
ae589cb84d
commit
dbe5065f21
|
@ -740,7 +740,7 @@ main (int argc, char **argv)
|
||||||
char *command_basename;
|
char *command_basename;
|
||||||
char *so_base;
|
char *so_base;
|
||||||
int do_postclean = 0;
|
int do_postclean = 0;
|
||||||
bool do_ldconfig = false;
|
bool do_ldconfig = true;
|
||||||
char *change_cwd = NULL;
|
char *change_cwd = NULL;
|
||||||
|
|
||||||
int pipes[2];
|
int pipes[2];
|
||||||
|
|
Loading…
Reference in New Issue