Skip to content
Snippets Groups Projects
Commit 266aed47 authored by hluk's avatar hluk
Browse files

Clean up configuration before running tests using Travis CI

parent 9249a688
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,16 @@ fi ...@@ -18,11 +18,16 @@ fi
# Build. # Build.
make make
# Run tests. # Start X11 and window manager.
export DISPLAY=:99.0 export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start sh -e /etc/init.d/xvfb start
sleep 3 sleep 3
openbox & openbox &
# Clean up old configuration.
rm -rf ~/.config/copyq.test
# Run tests.
./copyq tests ./copyq tests
cd "$root" cd "$root"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment