diff options
Diffstat (limited to 'auto_tests/run_tests')
-rwxr-xr-x | auto_tests/run_tests | 5 |
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 | ||
3 | set -e | ||
4 | |||
5 | ./messenger_test && ./friends_test && ./crypto_test | ||