aboutsummaryrefslogtreecommitdiff
path: root/tests/test_artifactory.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2025-07-08 15:50:20 -0400
committerGitHub <noreply@github.com>2025-07-08 15:50:20 -0400
commitd90493618ce34a732c5411d1670be57d4dd9db4e (patch)
tree99719cf91d7faaf8ad37ef70d3baaaf3ce316176 /tests/test_artifactory.c
parente90140a7628d24edef090e548179c64170d3338b (diff)
parent1e572f3a653ddd6385a0ea49cacfbf2f3a32ce87 (diff)
downloadstasis-d90493618ce34a732c5411d1670be57d4dd9db4e.tar.gz
Merge pull request #116 from jhunkeler/breakdown
Breakdown & Bug fixes
Diffstat (limited to 'tests/test_artifactory.c')
-rw-r--r--tests/test_artifactory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c
index 4af7eec..202a67c 100644
--- a/tests/test_artifactory.c
+++ b/tests/test_artifactory.c
@@ -116,6 +116,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.");
+ guard_free(basedir);
return STASIS_TEST_SUITE_SKIP;
}
guard_free(basedir);