summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-07-09 11:24:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-09 17:36:17 +0200
commit6b57784f0f175275fd900eca21c77415e3a5ea52 (patch)
treed84f5e07346aa1a452a3b9148719dacd79b08164 /src/tests/cmocka
parent9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a (diff)
downloadsssd-6b57784f0f175275fd900eca21c77415e3a5ea52.tar.gz
sssd-6b57784f0f175275fd900eca21c77415e3a5ea52.tar.xz
sssd-6b57784f0f175275fd900eca21c77415e3a5ea52.zip
TOOLS: Always debug to stderr
https://fedorahosted.org/sssd/ticket/2348 Programs that are supposed to only be executed on the foreground should log to stderr automatically. Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/tests/cmocka')
-rw-r--r--src/tests/cmocka/sbus_internal_tests.c2
-rw-r--r--src/tests/cmocka/test_ad_access_filter.c2
-rw-r--r--src/tests/cmocka/test_ad_common.c2
-rw-r--r--src/tests/cmocka/test_ad_gpo.c2
-rw-r--r--src/tests/cmocka/test_dp_opts.c2
-rw-r--r--src/tests/cmocka/test_dyndns.c2
-rw-r--r--src/tests/cmocka/test_fqnames.c2
-rw-r--r--src/tests/cmocka/test_ifp.c2
-rw-r--r--src/tests/cmocka/test_ipa_idmap.c2
-rw-r--r--src/tests/cmocka/test_nested_groups.c2
-rw-r--r--src/tests/cmocka/test_nss_srv.c2
-rw-r--r--src/tests/cmocka/test_responder_common.c2
-rw-r--r--src/tests/cmocka/test_sdap.c2
-rw-r--r--src/tests/cmocka/test_sss_idmap.c2
-rw-r--r--src/tests/cmocka/test_sss_sifp.c2
-rw-r--r--src/tests/cmocka/test_utils.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/src/tests/cmocka/sbus_internal_tests.c b/src/tests/cmocka/sbus_internal_tests.c
index 0d3e25a4e..a79f54d26 100644
--- a/src/tests/cmocka/sbus_internal_tests.c
+++ b/src/tests/cmocka/sbus_internal_tests.c
@@ -259,7 +259,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();
return run_tests(tests);
}
diff --git a/src/tests/cmocka/test_ad_access_filter.c b/src/tests/cmocka/test_ad_access_filter.c
index 3f4e44f14..7654e8498 100644
--- a/src/tests/cmocka/test_ad_access_filter.c
+++ b/src/tests/cmocka/test_ad_access_filter.c
@@ -349,7 +349,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();
diff --git a/src/tests/cmocka/test_ad_common.c b/src/tests/cmocka/test_ad_common.c
index bbd56b1b9..c4b6bd0f2 100644
--- a/src/tests/cmocka/test_ad_common.c
+++ b/src/tests/cmocka/test_ad_common.c
@@ -234,7 +234,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();
diff --git a/src/tests/cmocka/test_ad_gpo.c b/src/tests/cmocka/test_ad_gpo.c
index 231c3608d..e6319118e 100644
--- a/src/tests/cmocka/test_ad_gpo.c
+++ b/src/tests/cmocka/test_ad_gpo.c
@@ -380,7 +380,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();
diff --git a/src/tests/cmocka/test_dp_opts.c b/src/tests/cmocka/test_dp_opts.c
index 31dde47c7..0f3052ab3 100644
--- a/src/tests/cmocka/test_dp_opts.c
+++ b/src/tests/cmocka/test_dp_opts.c
@@ -400,7 +400,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_dyndns.c b/src/tests/cmocka/test_dyndns.c
index db90e661c..b0e8df81b 100644
--- a/src/tests/cmocka/test_dyndns.c
+++ b/src/tests/cmocka/test_dyndns.c
@@ -422,7 +422,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_fqnames.c b/src/tests/cmocka/test_fqnames.c
index c76109370..a3d176af0 100644
--- a/src/tests/cmocka/test_fqnames.c
+++ b/src/tests/cmocka/test_fqnames.c
@@ -537,7 +537,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_ifp.c b/src/tests/cmocka/test_ifp.c
index 650a94969..b0f6e0990 100644
--- a/src/tests/cmocka/test_ifp.c
+++ b/src/tests/cmocka/test_ifp.c
@@ -475,7 +475,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_ipa_idmap.c b/src/tests/cmocka/test_ipa_idmap.c
index 2fb2cde2f..8ad562987 100644
--- a/src/tests/cmocka/test_ipa_idmap.c
+++ b/src/tests/cmocka/test_ipa_idmap.c
@@ -241,7 +241,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();
diff --git a/src/tests/cmocka/test_nested_groups.c b/src/tests/cmocka/test_nested_groups.c
index 955d05dd4..0c1a53b0e 100644
--- a/src/tests/cmocka/test_nested_groups.c
+++ b/src/tests/cmocka/test_nested_groups.c
@@ -463,7 +463,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_nss_srv.c b/src/tests/cmocka/test_nss_srv.c
index 24e58abe7..808a7a185 100644
--- a/src/tests/cmocka/test_nss_srv.c
+++ b/src/tests/cmocka/test_nss_srv.c
@@ -1666,7 +1666,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_responder_common.c b/src/tests/cmocka/test_responder_common.c
index 44627ab99..24bb54ff5 100644
--- a/src/tests/cmocka/test_responder_common.c
+++ b/src/tests/cmocka/test_responder_common.c
@@ -303,7 +303,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_sdap.c b/src/tests/cmocka/test_sdap.c
index f61c38c5f..7c7eb3436 100644
--- a/src/tests/cmocka/test_sdap.c
+++ b/src/tests/cmocka/test_sdap.c
@@ -575,7 +575,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */
diff --git a/src/tests/cmocka/test_sss_idmap.c b/src/tests/cmocka/test_sss_idmap.c
index ff9332164..ccdfa63ad 100644
--- a/src/tests/cmocka/test_sss_idmap.c
+++ b/src/tests/cmocka/test_sss_idmap.c
@@ -549,7 +549,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();
diff --git a/src/tests/cmocka/test_sss_sifp.c b/src/tests/cmocka/test_sss_sifp.c
index 190dd7629..54f215207 100644
--- a/src/tests/cmocka/test_sss_sifp.c
+++ b/src/tests/cmocka/test_sss_sifp.c
@@ -1923,7 +1923,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
rv = run_tests(tests);
diff --git a/src/tests/cmocka/test_utils.c b/src/tests/cmocka/test_utils.c
index 20e21a9ba..e49e7eca5 100644
--- a/src/tests/cmocka/test_utils.c
+++ b/src/tests/cmocka/test_utils.c
@@ -934,7 +934,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
/* Even though normally the tests should clean up after themselves
* they might not after a failed run. Remove the old db to be sure */