summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-09-24 16:55:06 +0000
committerRichard Maw <richard.maw@gmail.com>2014-10-01 09:30:15 +0000
commitfd6e7adca086e86657efdcd0a10cb1d2b3c8ad1e (patch)
treee65283d4486b303a1bc012a5257dcbe3dda950bb /check
parent5ac9f90a64cdadaf4d9adb243c6be2f0f4d1764a (diff)
downloadmorph-fd6e7adca086e86657efdcd0a10cb1d2b3c8ad1e.tar.gz
Remove unused cmdtests
tests.deploy is gone since we have yarn coverage instead. tests/setup had unnecessary setup in it, since the remaining tests require custom setup anyway. A bunch of tests were disabled anyway, so they're gone. Also, there was still code in ./check to run tests.merging, which have been gone for a while.
Diffstat (limited to 'check')
-rwxr-xr-xcheck14
1 files changed, 0 insertions, 14 deletions
diff --git a/check b/check
index 82774119..a942ca90 100755
--- a/check
+++ b/check
@@ -153,20 +153,6 @@ else
echo "NOT RUNNING test.branching"
fi
-if false && "$run_cmdtests"
-then
- cmdtest tests.merging
-else
- echo "NOT RUNNING test.merging"
-fi
-
-if "$run_cmdtests"
-then
- cmdtest tests.deploy
-else
- echo "NOT RUNNING test.deploy"
-fi
-
# Building systems requires the 'filter' parameter of tarfile.TarFile.add():
# this was introduced in Python 2.7
if ! "$run_cmdtests"; then