Update the LoadTesting framework.
Permit use of Git while still supporting Subversion. Improve the script structure and reduce dependence on hard-coded paths.
This commit is contained in:
parent
d1c889b5d0
commit
54e3fd4c16
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ properties = {}
|
|||
|
||||
source_dir = "#{@home}/testinfo/results/#{@site_name}"
|
||||
properties["source_directory"] = source_dir
|
||||
properties["target_directory"] = "/var/www/html/loadTesting/"
|
||||
properties["target_directory"] = "#{@home}/webpages/"
|
||||
properties["site_name"] = "#{@site_name}"
|
||||
|
||||
suggestions = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue