diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-20 20:22:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-21 12:01:03 +0300 |
commit | fdfd3e0644095022b61316e220fce3f5a7a1a9ef (patch) | |
tree | b4e8098437fe5e11920aebd71dd581212c4d2f10 /tests/config.testscript | |
parent | 8ae1780760db7f73c7045481e6fd18c7fbada60d (diff) |
Add --mask-repository-uuid pkg-build option
Diffstat (limited to 'tests/config.testscript')
-rw-r--r-- | tests/config.testscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/config.testscript b/tests/config.testscript index 70eef42..442cf36 100644 --- a/tests/config.testscript +++ b/tests/config.testscript @@ -9,7 +9,8 @@ # shared between multiple bpkg processes. Also we need to make sure that # configurations are not cloned while being used by bpkg. # -+$cfg_create -d cfg 2>- &cfg/*** +cfg_uuid = "00000000-0000-0000-0000-000000000001" ++$cfg_create -d cfg --uuid $cfg_uuid 2>- &cfg/*** # The most commonly used configuration cloning command that copies it from the # parent scope working directory. |