diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-21 13:59:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-22 08:07:05 +0200 |
commit | c6dce94e537f394cb3126d0883de7dcb4a42ea01 (patch) | |
tree | 485e7da1a61ed2a8c352717f9ac5fa3946dba4c2 /tests | |
parent | ef36aaf7bca0c3c878400d70ca05cf5d57aac66d (diff) |
Implement config-list command, adjust config-add/create diagnostics
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.test | 8 | ||||
-rw-r--r-- | tests/new.test | 4 |
2 files changed, 6 insertions, 6 deletions
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 diff --git a/tests/new.test b/tests/new.test index 99292b9..94886ad 100644 --- a/tests/new.test +++ b/tests/new.test @@ -84,7 +84,7 @@ status += -d prj { $* -C prj-config @cfg prj cc $cxx 2>>/~"%EOE%" &prj/*** &prj-config/***; created new executable project prj in $~/prj/ - created configuration @cfg $~/prj-config/ \(1, default, forwarded, auto-synchronized\) + created configuration @cfg $~/prj-config/ 1 default,forwarded,auto-synchronized synchronizing: % new prj.+19700101000000% EOE @@ -109,7 +109,7 @@ status += -d prj { $* -C -@cfg prj cc $cxx 2>>/~"%EOE%" &prj/*** &prj-cfg/***; created new executable project prj in $~/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 |