Skip to content

Commit

Permalink
[dist] run the test_all test suite headless
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 21, 2012
1 parent 7411db4 commit 410b42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ci/obs_testsuite_all.sh
Expand Up @@ -52,13 +52,13 @@ echo "Enter WebUI rails root and running rcov"
setup_api
setup_webui

export HEADLESS=forsure
cd src/webui
bundle exec rake ci:setup:minitest test CI_REPORTS=results --trace || ret=1
cd ../..

cd src/webui-testsuite
export OBS_REPORT_DIR=results/
export HEADLESS=forsure
bundle exec ruby ./run_acceptance_tests.rb || ret=1
cd ../..

Expand Down

0 comments on commit 410b42c

Please sign in to comment.