From 78bd2eac0637fdcd93afbb6f9069b016d826e12c Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 10 Apr 2019 09:39:52 -0600 Subject: bats - various small updates - podman-remote: - enable log, run and build tests, they're working now - well, except build + rootless. Skip that one. - add explanation of why info test is skipped - Giuseppe's permission test: - validate GraphRoot and RunRoot values - add verbose logging, to enable seeing full directory tree permissions on error Signed-off-by: Ed Santiago --- test/system/035-logs.bats | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/system/035-logs.bats') diff --git a/test/system/035-logs.bats b/test/system/035-logs.bats index 5736e0939..055865c8d 100644 --- a/test/system/035-logs.bats +++ b/test/system/035-logs.bats @@ -6,8 +6,6 @@ load helpers @test "podman logs - basic test" { - skip_if_remote - rand_string=$(random_string 40) run_podman create $IMAGE echo $rand_string -- cgit v1.2.3-54-g00ecf