Feature Requests: Browse | Submit New | Admin

[#6755] Add a 'turn' command line script for the turn package

Date:
2006-11-18 02:23
Priority:
3
Submitted By:
Daniel Berger (djberg96)
Assigned To:
ara howard (ahoward)
Category:
None
State:
Open
Summary:
Add a 'turn' command line script for the turn package

Detailed description
Hi,

As per the mailing list, I'd like a 'turn' command line option so I don't have to manually require turn in my tests
that already exist.

Here's a short .bat file I stuck in my c:\ruby\bin directory.  I don't have a shell script handy for Unix, but I think
you get the idea:

# turn.bat
@echo off
"%~p0ruby" -x "%~f0" %1
goto endofruby
#!/bin/ruby
require "rubygems"
require "turn"
require ARGV[0] # The test file
:endofruby

Regards,

Dan

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
assigned_tonone2007-02-20 18:39zenspider