From 0e990f37b9ed64f34457633117e5697154a4c917 Mon Sep 17 00:00:00 2001 From: Oliver Lee Date: Mon, 16 Jun 2025 17:59:05 -0700 Subject: [PATCH] remove unused file Functionality that used this file was removed in https://github.com/oliverlee/skytest/pull/40 Change-Id: Ice286d9c3f18567635c1e7b8244b861b24d9c7eb --- example/ctest_fail.sh.tmpl | 43 -------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 example/ctest_fail.sh.tmpl diff --git a/example/ctest_fail.sh.tmpl b/example/ctest_fail.sh.tmpl deleted file mode 100644 index a10d7a3..0000000 --- a/example/ctest_fail.sh.tmpl +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -source $(find -L . -path \*/rules/prelude.sh -print -quit) -prelude "${BASH_SOURCE[0]}" - -cp $(find -L . -path \*/example/ctest_fail.cpp -print -quit) . - -cat >>BUILD.bazel <&1 \ - | sed -n "/$start/,/$stop/ p" `# only print from start to stop` \ - | sed '$d' # remove the stop line -