summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/stack_analyzer/run_tests.sh')
-rwxr-xr-xextra/stack_analyzer/run_tests.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/stack_analyzer/run_tests.sh b/extra/stack_analyzer/run_tests.sh
deleted file mode 100755
index 5662f60b8b..0000000000
--- a/extra/stack_analyzer/run_tests.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-#
-# Copyright 2017 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 extra/stack_analyzer directory and run them.
-python3 -m unittest discover -b -s extra/stack_analyzer -p "*_unittest.py" \
- && touch extra/stack_analyzer/.tests-passed