Skip to content

Commit

Permalink
[api] some more fixes for the test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Apr 2, 2012
1 parent 87ae4aa commit 45542c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/ci/obs_testsuite_coverage.sh
Expand Up @@ -58,7 +58,7 @@ setup_api

echo "Enter API rails root and running rcov"
cd src/api
mkdir coverage
mkdir -p coverage
rake --trace test:rcov || true
cd ../..

Expand All @@ -67,7 +67,7 @@ setup_api
setup_webui

cd src/webui
mkdir coverage
mkdir -p coverage
rake --trace test:rcov || true
cd ../..

Expand Down
2 changes: 1 addition & 1 deletion dist/ci/obs_testsuite_webui-testsuite.sh
Expand Up @@ -55,7 +55,7 @@ setup_webui

echo "Running Acceptance Tests"
cd src/webui-testsuite
export OBS_REPORT_DIR=results
export OBS_REPORT_DIR=results/
ruby ./run_acceptance_tests.rb || ret=1

cd ../..
Expand Down
2 changes: 1 addition & 1 deletion src/api/script/rails
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby1.9
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.

APP_PATH = File.expand_path('../../config/application', __FILE__)
Expand Down

0 comments on commit 45542c3

Please sign in to comment.