From 66a3c773b1f6b28c12bb3ad0d2fb8e2cc45faf97 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Fri, 13 Jan 2012 22:29:23 +1000 Subject: [PATCH] Added export display for headless testing --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f78292680..c4366f13f 100644 --- a/Rakefile +++ b/Rakefile @@ -38,7 +38,7 @@ end desc "Run integration unit tests" task :integration => ["install"] do Rake::Task['beef_start'].invoke - sh "cd test/integration;ruby -W0 ts_integration.rb" + sh "export DISPLAY=:0; cd test/integration;ruby -W0 ts_integration.rb" Rake::Task['beef_stop'].invoke end