diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-13 23:11:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-13 23:11:39 +0300 |
commit | dfd879004b1a66ff197c4d41d9fb2e0839781a38 (patch) | |
tree | 8a5bbe72aefe9d0023bf77d8bcdcba0593ec5d99 /tests/pkg-update.testscript | |
parent | 0e31447976e338956f4aef98930f2f28261d9983 (diff) |
Fix pkg-update/vars tests
Diffstat (limited to 'tests/pkg-update.testscript')
-rw-r--r-- | tests/pkg-update.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-update.testscript b/tests/pkg-update.testscript index 6f11ad1..512617b 100644 --- a/tests/pkg-update.testscript +++ b/tests/pkg-update.testscript @@ -148,7 +148,7 @@ $* 2>>EOE != 0 $pkg_configure libhello; $* -v config.cxx.poptions=-DG libhello +{ config.cxx.poptions+=-DL } 2>>~%EOE%; - %b .+ config\.cxx\.poptions=-DG config\.cxx\.poptions\+=-DL update.+% + %.+ config\.cxx\.poptions=-DG config\.cxx\.poptions\+=-DL update.+% %.{6} updated libhello/1.0.0 EOE @@ -164,7 +164,7 @@ $* 2>>EOE != 0 $pkg_build libhello 2>!; # To hold libhello package. $* -v --all config.cxx.poptions=-DG 2>>~%EOE%; - %b .+ config\.cxx\.poptions=-DG update.+% + %.+ config\.cxx\.poptions=-DG update.+% %.{6} updated libhello/1.0.0 EOE |