From 7afce21a30355068a4bdd186b44d79dd37d94937 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 14 Apr 2023 14:07:43 -0300 Subject: Cleanup repo, reinit in sh --- tests/dev-integration.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 tests/dev-integration.sh (limited to 'tests/dev-integration.sh') 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/* -- cgit v1.2.3