CELIX-237: updated CI config and remove printf

- Updated travis, moved from test -> coverage. Test seem to use cmake test 
framework which does not work incombination with cpputest and verbose output
- Removed printf from dyn_type.c


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/ed3fbb4c
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/ed3fbb4c
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/ed3fbb4c

Branch: refs/heads/feature/CELIX-237_rsa-ffi
Commit: ed3fbb4c7de1d031b337a1ef2e38b495b0f23a81
Parents: 0153dd2
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Tue Jul 7 21:19:24 2015 +0200
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Tue Jul 7 21:25:41 2015 +0200

----------------------------------------------------------------------
 .travis.yml                                           | 2 +-
 remote_services/dynamic_function_interface/dyn_type.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/ed3fbb4c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2c8d7cd..0fea634 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,4 +25,4 @@ before_script:
     - cmake -DCMAKE_SKIP_BUILD_RPATH=FALSE -DBUILD_DEPLOYMENT_ADMIN=ON 
-DBUILD_EXAMPLES=ON -DBUILD_LOG_SERVICE=ON -DBUILD_LOG_WRITER=ON 
-DBUILD_REMOTE_SERVICE_ADMIN=ON -DBUILD_RSA_DISCOVERY_CONFIGURED=ON 
-DBUILD_RSA_DISCOVERY_ETCD=ON -DBUILD_RSA_DISCOVERY_SHM=ON 
-DBUILD_RSA_EXAMPLES=ON -DBUILD_RSA_REMOTE_SERVICE_ADMIN_SHM=ON 
-DBUILD_RSA_REMOTE_SERVICE_ADMIN_HTTP=ON -DBUILD_REMOTE_SHELL=ON 
-DBUILD_SHELL=ON -DBUILD_SHELL_TUI=ON -DCMAKE_INSTALL_PREFIX=../install ..
 
 script: 
-    - make all && make deploy && make test && make install-all
+    - make all && make deploy && make coverage

http://git-wip-us.apache.org/repos/asf/celix/blob/ed3fbb4c/remote_services/dynamic_function_interface/dyn_type.c
----------------------------------------------------------------------
diff --git a/remote_services/dynamic_function_interface/dyn_type.c 
b/remote_services/dynamic_function_interface/dyn_type.c
index 6df517b..0c85f43 100644
--- a/remote_services/dynamic_function_interface/dyn_type.c
+++ b/remote_services/dynamic_function_interface/dyn_type.c
@@ -459,7 +459,6 @@ int dynType_alloc(dyn_type *type, void **bufLoc) {
 
 
 int dynType_complex_indexForName(dyn_type *type, const char *name) {
-    printf("descriptor is %c\n", type->descriptor);
     assert(type->type == DYN_TYPE_COMPLEX);
     int i = 0;
     int index = -1;

Reply via email to