aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/include/testing.h1
-rw-r--r--tests/test_artifactory.c2
-rw-r--r--tests/test_wheel.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/tests/include/testing.h b/tests/include/testing.h
index e446908..728b6a6 100644
--- a/tests/include/testing.h
+++ b/tests/include/testing.h
@@ -214,6 +214,7 @@ inline void stasis_testing_teardown_workspace() {
SYSERROR("%s", "Unable to determine current working directory"); \
exit(1); \
} \
+ LOG_LEVEL = LOG_LEVEL_DEBUG; \
atexit(stasis_testing_record_result_summary); \
atexit(stasis_testing_teardown_workspace); \
stasis_testing_setup_workspace(); \
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c
index fadc9f1..7090fa6 100644
--- a/tests/test_artifactory.c
+++ b/tests/test_artifactory.c
@@ -115,7 +115,7 @@ int main(int argc, char *argv[]) {
// Skip this suite if we're not configured to use it
if (jfrt_auth_init(&gauth)) {
- SYSERROR("%s", "Not configured to test Artifactory. Skipping.");
+ SYSERROR("Not configured to test Artifactory. Skipping.");
guard_free(basedir);
return STASIS_TEST_SUITE_SKIP;
}
diff --git a/tests/test_wheel.c b/tests/test_wheel.c
index a1623e8..525251d 100644
--- a/tests/test_wheel.c
+++ b/tests/test_wheel.c
@@ -1,3 +1,4 @@
+#include "conda.h"
#include "delivery.h"
#include "testing.h"
#include "str.h"