diff options
author | EuAndreh <eu@euandre.org> | 2023-04-14 14:07:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-14 14:08:18 -0300 |
commit | 7afce21a30355068a4bdd186b44d79dd37d94937 (patch) | |
tree | 13dbb2350efc192a64ee7e738d5d4dd343fa789b /tests/dev-integration.sh | |
parent | rm -rf aux/ (diff) | |
download | gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.gz gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.xz |
Cleanup repo, reinit in sh
Diffstat (limited to 'tests/dev-integration.sh')
-rwxr-xr-x | tests/dev-integration.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/dev-integration.sh b/tests/dev-integration.sh deleted file mode 100755 index c920a2d..0000000 --- a/tests/dev-integration.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# shellcheck disable=2086 -set -eu - -. tests/lib.sh - -VALGRIND_FLAGS=' ---show-error-list=yes ---show-leak-kinds=all ---leak-check=full ---track-origins=yes ---error-exitcode=1 -' - -valgrind $VALGRIND_FLAGS ./gistatic-tests -valgrind $VALGRIND_FLAGS ./gistatic -o "$(mkdtemp)" \ - -u 'https://example.com' tests/resources/repositories/repo-1 -valgrind $VALGRIND_FLAGS ./gistatic -o "$(mkdtemp)" \ - -i tests/resources/repositories/* |