5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
|
|
# xvfb-run python3 setup.py test
|
|
xvfb-run python3 test/test_gui.py
|