summaryrefslogtreecommitdiff
path: root/util/ec3po/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/ec3po/run_tests.sh')
-rwxr-xr-xutil/ec3po/run_tests.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/util/ec3po/run_tests.sh b/util/ec3po/run_tests.sh
deleted file mode 100755
index f0ef348273..0000000000
--- a/util/ec3po/run_tests.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-#
-# Copyright 2015 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Discover all the unit tests in the ec3po directory and run them.
-python2 -m unittest discover -b -s util/ec3po/ -p *_unittest.py \
- && touch util/ec3po/.tests-passed