diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-10-31 10:48:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-10-31 10:48:40 +0200 |
commit | 051b82faceb98f431a12e2d81992d53f97c4153a (patch) | |
tree | 3e388873652ae07a677f47abef3aa5186535b13d /tests | |
parent | b76178a33178a6385bf0a9ee695b54e7992117a1 (diff) |
Warn if publishing with a staged toolchain
Diffstat (limited to 'tests')
-rw-r--r-- | tests/publish.testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/publish.testscript b/tests/publish.testscript index 3af339b..97a0dfb 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -166,6 +166,7 @@ windows = ($cxx.target.class == 'windows') version: 1.0.4 project: prj section: stable + %warning: publishing using staged build2 toolchain%? continue? [y/n] submitting libprj-1.0.4.tar.gz %.* %package submission is queued\(: .*libprj/1\\.0\\.4\)?% |