aboutsummaryrefslogtreecommitdiff
path: root/tests/dev-integration.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/dev-integration.sh19
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/*