Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark upgrade feature as manual. Remove related resources.
  • Loading branch information
marc0der committed Nov 20, 2012
1 parent c74459e commit 217b3b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
1 change: 1 addition & 0 deletions src/test/cucumber/gvm/upgrade.feature
@@ -1,5 +1,6 @@
Feature: Upgrade

@manual
Scenario: Upgrade an outdated installation
Given an initialised system
When I enter "gvm selfupdate"
Expand Down
6 changes: 3 additions & 3 deletions src/test/groovy/gvm/VertxUtils.groovy
Expand Up @@ -30,15 +30,15 @@ class VertxUtils {
def rm = new RouteMatcher()

rm.get("/") { req ->
req.response.sendFile('srv/scripts/install.sh')
req.response.sendFile('build/scripts/install.sh')
}

rm.get("/selfupdate") { req ->
req.response.sendFile('src/test/resources/selfupdate.sh')
req.response.sendFile('build/scripts/selfupdate.sh')
}

rm.get("/res") { req ->
req.response.sendFile('src/test/resources/res.zip')
req.response.sendFile('build/distributions/gvm-scripts.zip')
}

rm.get("/candidates") { req ->
Expand Down
Binary file removed src/test/resources/res.zip
Binary file not shown.
21 changes: 0 additions & 21 deletions src/test/resources/selfupdate.sh

This file was deleted.

0 comments on commit 217b3b3

Please sign in to comment.