From c6dce94e537f394cb3126d0883de7dcb4a42ea01 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 May 2018 13:59:57 +0200 Subject: Implement config-list command, adjust config-add/create diagnostics --- tests/init.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/init.test') diff --git a/tests/init.test b/tests/init.test index 40e9500..14293ba 100644 --- a/tests/init.test +++ b/tests/init.test @@ -22,7 +22,7 @@ deinit += -d prj $* -C @cfg $cxx 'config.cc.poptions=-DTEST' 2>>/~"%EOE%" &prj-cfg/***; initializing in project $~/prj/ - created configuration @cfg $~/prj-cfg/ \(1, default, forwarded, auto-synchronized\) + created configuration @cfg $~/prj-cfg/ 1 default,forwarded,auto-synchronized synchronizing: % new prj.+19700101000000% EOE @@ -70,14 +70,14 @@ deinit += -d prj $* -A @cfg1 2>>/~"%EOE%"; initializing in project $~/prj/ - added configuration @cfg1 $~/prj-cfg1/ \(1, default, forwarded, auto-synchronized\) + added configuration @cfg1 $~/prj-cfg1/ 1 default,forwarded,auto-synchronized synchronizing: % new prj.+19700101000000% EOE $* -A prj-cfg2 @cfg2 2>>/~"%EOE%"; initializing in project $~/prj/ - added configuration @cfg2 $~/prj-cfg2/ \(2, auto-synchronized\) + added configuration @cfg2 $~/prj-cfg2/ 2 auto-synchronized synchronizing: % new prj.+19700101000000% EOE @@ -132,7 +132,7 @@ deinit += -d prj $* -C @cfg $cxx 2>>/~"%EOE%" &prj-cfg/***; initializing in project $~/prj/ - created configuration @cfg $~/prj-cfg/ \(1, default, forwarded, auto-synchronized\) + created configuration @cfg $~/prj-cfg/ 1 default,forwarded,auto-synchronized synchronizing: % new prj.+19700101000000% EOE -- cgit v1.1