From ab79d077dabc4049c2a18199d6bd69180292f19e Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 26 Mar 2020 11:24:42 -0400 Subject: [PATCH] gitignore the scratch shunit test --- .gitignore | 2 ++ test/run-focus | 16 ---------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100755 test/run-focus diff --git a/.gitignore b/.gitignore index 1ffa3cb..b1e1f23 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ buildpack/* builds/dockerenv.staging* builds/dockerenv.production + +test/scratch diff --git a/test/run-focus b/test/run-focus deleted file mode 100755 index 65e7d57..0000000 --- a/test/run-focus +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env bash - -# Default Python Versions -# shellcheck source=bin/default_pythons -source "bin/default_pythons" - -# Start with this to quickly run just one local test -testNewTestCase() { - compile "pythonDefault" -} - -pushd $(dirname 0) >/dev/null -popd >/dev/null - -source $(pwd)/test/utils -source $(pwd)/test/shunit2