aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/test/run')
-rwxr-xr-xactionwebservice/test/run6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionwebservice/test/run b/actionwebservice/test/run
deleted file mode 100755
index c8c0372776..0000000000
--- a/actionwebservice/test/run
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env ruby
-require 'test/unit'
-$:.unshift(File.dirname(__FILE__) + '/../lib')
-args = Dir[File.join(File.dirname(__FILE__), '*_test.rb')] + Dir[File.join(File.dirname(__FILE__), 'ws/*_test.rb')]
-(r = Test::Unit::AutoRunner.new(true)).process_args(args)
-exit r.run