summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2016-03-16 10:24:12 +0100
committerJan Chaloupka <jchaloup@redhat.com>2016-03-16 15:06:42 +0100
commit6559188011fae48ce9cfd60849bf81e232f707c6 (patch)
treeb322d9e20922c58156b650ba09a3c22728491117
parentac8f53bba87a7c85b861171ca4405ef97afc42c3 (diff)
downloadrunc-6559188011fae48ce9cfd60849bf81e232f707c6.tar.gz
runc-6559188011fae48ce9cfd60849bf81e232f707c6.tar.xz
runc-6559188011fae48ce9cfd60849bf81e232f707c6.zip
Update to 0.0.9
- resolves: #1290943
-rw-r--r--runc.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/runc.spec b/runc.spec
index 0c8e9e9..1a483ac 100644
--- a/runc.spec
+++ b/runc.spec
@@ -227,7 +227,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
# FAIL: TestFactoryNewTmpfs (0.00s), factory_linux_test.go:59: operation not permitted
#%%gotest %%{import_path}/libcontainer
%gotest %{import_path}/libcontainer/cgroups
-%gotest %{import_path}/libcontainer/cgroups/fs
+# --- FAIL: TestInvalidCgroupPath (0.00s)
+# apply_raw_test.go:16: couldn't get cgroup root: mountpoint for cgroup not found
+# apply_raw_test.go:25: couldn't get cgroup data: mountpoint for cgroup not found
+#%%gotest %{import_path}/libcontainer/cgroups/fs
%gotest %{import_path}/libcontainer/configs
%gotest %{import_path}/libcontainer/devices
# undefined reference to `nsexec'