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 -