From 8a211c3b1fbb448ed8ea0284fc13422a0ff7d033 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jul 2018 17:04:17 +0200 Subject: Print info on having to issue explicit bdep-sync in bdep-config-set --- bdep/config.cxx | 2 ++ tests/config.test | 1 + 2 files changed, 3 insertions(+) diff --git a/bdep/config.cxx b/bdep/config.cxx index d8b652e..3c7760d 100644 --- a/bdep/config.cxx +++ b/bdep/config.cxx @@ -733,6 +733,8 @@ namespace bdep dr << "updated configuration "; print_configuration (dr, c); } + + info << "explicit bdep-sync is required for changes to take effect"; } return 0; diff --git a/tests/config.test b/tests/config.test index c8f1b0a..e2948da 100644 --- a/tests/config.test +++ b/tests/config.test @@ -316,6 +316,7 @@ deinit += -d prj $* set @cfg2 --default --forward --no-auto-sync 2>>/"EOE"; updated configuration @cfg2 $~/prj-cfg2/ 2 default,forwarded + info: explicit bdep-sync is required for changes to take effect EOE $* list >>/"EOO"; -- cgit v1.1