tests: fix intermittent failure for test-sysroot
libtestExec doesn't run twice the same process now. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
1c2e20af25
commit
bbd3fd7a22
|
|
@ -41,7 +41,6 @@ function libtestExec(shellCode) {
|
||||||
GSystem.SubprocessStreamDisposition.INHERIT,
|
GSystem.SubprocessStreamDisposition.INHERIT,
|
||||||
GSystem.SubprocessStreamDisposition.INHERIT,
|
GSystem.SubprocessStreamDisposition.INHERIT,
|
||||||
null);
|
null);
|
||||||
proc.init(null);
|
|
||||||
proc.wait_sync_check(null);
|
proc.wait_sync_check(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue