From 7dddd4a5a2e136a838dec6b0591800c0cd74c83d Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 28 Sep 2017 15:15:00 +0200 Subject: [PATCH] Regression testing --- test/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index fd784af..1b61085 100755 --- a/test/regression.py +++ b/test/regression.py @@ -62,7 +62,7 @@ def sleep(n): def install_deps_ubuntu(): - p = run(["sudo", "bash", "-c", "apt-get update; apt-get -y build-dep tint2; apt-get install -y git Xvfb xsettingsd openbox compton x11-utils gnome-calculator"]) + p = run(["sudo", "bash", "-c", "apt-get update; apt-get -y build-dep tint2; apt-get install -y git xvfb xsettingsd openbox compton x11-utils gnome-calculator"]) out, _ = p.communicate() if p.returncode != 0: print_err("Process exited with code:", p.returncode, "and output:", out)