aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-test.hxx')
-rw-r--r--bpkg/pkg-test.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-test.hxx b/bpkg/pkg-test.hxx
index 9ae53c8..59d0e59 100644
--- a/bpkg/pkg-test.hxx
+++ b/bpkg/pkg-test.hxx
@@ -18,10 +18,11 @@ namespace bpkg
{
return pkg_command ("test",
o,
- "",
+ "" /* cmd_variant */,
o.recursive (),
o.immediate (),
o.all (),
+ o.package_cwd (),
args);
}
}