summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2013-08-17 23:03:26 +0200
committerFlorian Hahn <flo@fhahn.com>2013-08-17 23:03:26 +0200
commit5c0c182ee1644f7f93f0fdb16815616132bb3ac9 (patch)
tree169c0f795d42e2c0bf0795cee1165c5a3917e6b8
parenta385c79cfe37abd947cd5b5555ebcca86da87cc0 (diff)
Remove unused script for running tests
"make test" should be used to run the tests
-rwxr-xr-xauto_tests/run_tests5
1 files changed, 0 insertions, 5 deletions
diff --git a/auto_tests/run_tests b/auto_tests/run_tests
deleted file mode 100755
index 1899f354..00000000
--- a/auto_tests/run_tests
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/bash
2# run_tests - run the current tests for tox core
3set -e
4
5./messenger_test && ./friends_test && ./crypto_test