Skip to content

Commit

Permalink
Make sure CI tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
diagprov committed Jan 8, 2020
1 parent 548ef3d commit 9e661c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/pubkey/pubkey_e4topicmsg_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ int main(int argc, char** argv, char** envp) {

e4retcode = e4c_remove_device(&store, topickat[i].otherdevice_id);
if ( e4retcode != E4_RESULT_OK ) {
#ifdef DEBUG
e4c_debug_print(&store);
#endif
printf("ID: ");
for ( int j = 0; j < E4_ID_LEN; j++ ) {
printf("%02x ", topickat[i].otherdevice_id[j]);
Expand Down

0 comments on commit 9e661c3

Please sign in to comment.