Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions

This commit is contained in:
Micah Lee 2018-10-25 11:01:09 -07:00
parent a19a4bc6cf
commit 6ee47cec6f
2 changed files with 6 additions and 14 deletions

View file

@ -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