From ea0e587d51726858c99f2ba147b2ec8e42696ab8 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 18 Nov 2012 12:35:57 -0600 Subject: [PATCH] * redirect errors to dev/null of xvfb; second attempt --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 1550bf9cc..888b4e2c6 100755 --- a/build +++ b/build @@ -24,7 +24,7 @@ echo "running jasmine tests" #http://shortforgilbert.com/blog/2011/03/25/headless-jasmine-ci # TODO starting Xvfb here because we don't do this on start of build server # If you run it once, it will background/nohup itself, so this is 'lazy' -Xvfb :99 -screen 0 1440x900x16 & > /dev/null 2>&1 +Xvfb :99 -screen 0 1440x900x16 > /dev/null 2>&1 & # run jasmine using the virtual screen, and in the test environment to use the jam_web_test db DISPLAY=":99" rake jasmine:ci RAILS_ENV=test