From f90b6c0fff687c3f1453475ef4f4b1fd5727fd36 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Sat, 2 Jun 2018 16:06:54 -0400 Subject: [PATCH] Add context dir to bud command in baseline test Signed-off-by: TomSweeneyRedHat Closes: #748 Approved by: rhatdan --- tests/test_buildah_baseline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_buildah_baseline.sh b/tests/test_buildah_baseline.sh index 602c1591f8b..5ef1837708f 100644 --- a/tests/test_buildah_baseline.sh +++ b/tests/test_buildah_baseline.sh @@ -190,7 +190,7 @@ chmod +x $FILE ######## # Build with the Dockerfile ######## -buildah bud -f Dockerfile -t whale-says +buildah bud -f Dockerfile -t whale-says . ######## # Create a whalesays container