Commit c928f41f by Serge Hallyn

ifdef out skipped startone test code

Unfortunately installing a working lxc-init is somewhat hairy and distro-dependent. So we skipped it before, but Coverity didn't like that, so just ifdef it out. Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 41670788
......@@ -222,6 +222,7 @@ int main(int argc, char *argv[])
c->stop(c);
/* feh - multilib has moved the lxc-init crap */
#if 0
goto ok;
ret = system("mkdir -p " LXCPATH "/lxctest1/rootfs//usr/local/libexec/lxc");
......@@ -251,6 +252,7 @@ int main(int argc, char *argv[])
// auto-check result? ('bobo' is printed on stdout)
ok:
#endif
fprintf(stderr, "all lxc_container tests passed for %s\n", c->name);
ret = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment