From d3a388fd3c20b31a630e0dedbcdf60b70470cbb9 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Tue, 9 Aug 2022 18:05:43 +0200 Subject: [PATCH] Use path to the box file for the test script I guess whereas the build command uses the .json spec file basename as an argument, instead, the test command will use the path to the box file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98dd1b8..a8baa038 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Use the `bin/box test` subcommand to run the automated Serverspec tests. For example to execute the tests for the Ubuntu 20.04 box on VirtualBox, use the following: - bin/box test ubuntu2004 virtualbox + bin/box test box/virtualbox/ubuntu2004-0.1.0.box virtualbox Similarly, to perform exploratory testing on the VirtualBox image via ssh, run the following command: