summaryrefslogtreecommitdiff
path: root/dev_scripts
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-10-25 11:01:09 -0700
committerMicah Lee <micah@micahflee.com>2018-10-25 11:01:09 -0700
commit07057d6b0b780867f75353d68421e89112d80a78 (patch)
tree261de3be023440b9588c6411f560d4dcfdbd2aef /dev_scripts
parent60e52aad3bb9a9268eb9965c571bcbfb0db1ea32 (diff)
downloadonionshare-07057d6b0b780867f75353d68421e89112d80a78.tar.gz
onionshare-07057d6b0b780867f75353d68421e89112d80a78.zip
Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions
Diffstat (limited to 'dev_scripts')
-rwxr-xr-xdev_scripts/run_all_tests.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev_scripts/run_all_tests.sh b/dev_scripts/run_all_tests.sh
deleted file mode 100755
index 90ef1dc0..00000000
--- a/dev_scripts/run_all_tests.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-ROOT="$( dirname $(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd ))"
-
-# CLI tests
-cd $ROOT
-pytest tests/
-
-# Local GUI tests
-cd $ROOT/tests_gui_local
-./run_unit_tests.sh
-
-# Tor GUI tests
-cd $ROOT/tests_gui_tor
-./run_unit_tests.sh