Change CircleCI to run CLI tests, then GUI tests

This commit is contained in:
Micah Lee 2020-10-14 20:42:20 -07:00
parent efb821f374
commit d5b4ad46cd
4 changed files with 38 additions and 116 deletions

View file

@ -58,7 +58,7 @@ Then run the tests:
./tests/run.sh
```
If you want to run tests while hiding the GUI, you must have the `xorg-x11-server-Xvfb` package installed, and then:
If you want to run tests while hiding the GUI, you must have the `xvfb` package installed, and then:
```sh
xvfb-run ./tests/run.sh