aboutsummaryrefslogtreecommitdiff
path: root/src/stasis_main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-15 15:08:10 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-15 15:08:10 -0400
commite748ff1edd510fd168e15e87a358b6fa941c1691 (patch)
tree4f69e4ec146bbbae85f64207fac795b03060cd59 /src/stasis_main.c
parente6b6c725b702fe06d111c9dec0a62a9ff428d248 (diff)
downloadstasis-add-convience-funcs.tar.gz
Rename functionsadd-convience-funcs
* get_junitxml_result_auto -> junitxml_file * get_basetemp_result_auto -> basetemp_dir * Thank you, @zacharyburnett
Diffstat (limited to 'src/stasis_main.c')
-rw-r--r--src/stasis_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stasis_main.c b/src/stasis_main.c
index 3ca628d..dca9be8 100644
--- a/src/stasis_main.c
+++ b/src/stasis_main.c
@@ -328,8 +328,8 @@ int main(int argc, char *argv[]) {
// Prototypes can be found in template_func_proto.h
tpl_register_func("get_github_release_notes", &get_github_release_notes_tplfunc_entrypoint, 3, NULL);
tpl_register_func("get_github_release_notes_auto", &get_github_release_notes_auto_tplfunc_entrypoint, 1, &ctx);
- tpl_register_func("get_junitxml_result_auto", &get_junitxml_result_auto_entrypoint, 1, &ctx);
- tpl_register_func("get_basetemp_result_auto", &get_basetemp_result_auto_entrypoint, 1, &ctx);
+ tpl_register_func("junitxml_file", &get_junitxml_file_entrypoint, 1, &ctx);
+ tpl_register_func("basetemp_dir", &get_basetemp_dir_entrypoint, 1, &ctx);
// Set up PREFIX/etc directory information
// The user may manipulate the base directory path with STASIS_SYSCONFDIR