diff options
author | EuAndreh <eu@euandre.org> | 2021-08-05 18:07:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-05 18:07:21 -0300 |
commit | 8cb0207e09c301a02e21f5e8a395c7c958781f1b (patch) | |
tree | bb4ad55274e71bb2dc2bd4ed61958abf524df4ea /src | |
parent | Move tests/resources{ => /repositories}/repo* (diff) | |
download | gistatic-8cb0207e09c301a02e21f5e8a395c7c958781f1b.tar.gz gistatic-8cb0207e09c301a02e21f5e8a395c7c958781f1b.tar.xz |
tests/: Add integration tests, also test with Valgrind
Diffstat (limited to 'src')
-rw-r--r-- | src/gistatic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gistatic.c b/src/gistatic.c index d07cf17..217f3dd 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -260,7 +260,7 @@ static const char *const STYLE_STR = "" " padding-right: 1em;\n" "}\n" "\n" - "footer { \n" + "footer {\n" " text-align: center;\n" "}\n" ""; @@ -1641,7 +1641,7 @@ static int repo_write_snapshots( goto loop_cleanup; } - printf("reference name: %s\n", git_reference_shorthand(ref)); + // printf("reference name: %s\n", git_reference_shorthand(ref)); // https://github.com/ionescu007/minlzma // https://git.tukaani.org/?p=xz.git;a=tree;f=src;h=665b39e6439f1bb5afd9181ec0890c2ed26d047e;hb=HEAD |