Added export display for headless testing

This commit is contained in:
Wade Alcorn
2012-01-13 22:29:23 +10:00
parent da7997aaad
commit 66a3c773b1

View File

@@ -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