gitignore the scratch shunit test

This commit is contained in:
Casey Faist
2020-03-26 11:24:42 -04:00
parent 3d31167511
commit ab79d077da
2 changed files with 2 additions and 16 deletions
+2
View File
@@ -10,3 +10,5 @@ buildpack/*
builds/dockerenv.staging*
builds/dockerenv.production
test/scratch
-16
View File
@@ -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