aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-01 14:52:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-01 15:23:16 +0300
commit0076593f8dfaf5ed15cfd42c963bde4e038d42bd (patch)
treee4bd68f42f597c0c5804a1bf45388b90bcb348ff /tests
parent16e8126b586aa83f13e02eaa34a0789da4549594 (diff)
Make use of --package-cwd bpkg-pkg-test option
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript
index 2e7deb2..d06b931 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -137,6 +137,6 @@ a = $0
chmod ugo+x $env;
sleep $wait;
$w --verbose 3 --startup --tftp-host $tftp --environments $~ \
- &build/*** &?build-installed/*** &?build-tests-installed/*** \
+ &build/*** &?build-installed/*** &?build-installed-bpkg/*** \
&task.manifest 2>|
}