A re-worked version of the performance testing framework.
This commit is contained in:
parent
031dc3e004
commit
a009f582f3
52 changed files with 7017 additions and 0 deletions
20
utilities/LoadTesting/scripts/_status
Executable file
20
utilities/LoadTesting/scripts/_status
Executable file
|
@ -0,0 +1,20 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Show the SVN status of the currently-selected distro, both VIVO and Vitro.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
require "#{File.dirname(__FILE__)}/subscripts/loadParms"
|
||||
|
||||
Dir.chdir("/home/jeb228/LoadTesting/distros/#{@distro_name}/vitro") do |path|
|
||||
system "svn status -u"
|
||||
end
|
||||
|
||||
Dir.chdir("/home/jeb228/LoadTesting/distros/#{@distro_name}/vivo") do |path|
|
||||
system "svn status -u"
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue