ts icon indicating copy to clipboard operation
ts copied to clipboard

Add a check version function

Open thinkerbot opened this issue 12 years ago • 1 comments

Heck, maybe this is just something to document.

. ts
assert [ "$ts_version" \> "1.0" ]

Or similar...

thinkerbot avatar Aug 20 '12 19:08 thinkerbot

Actually, no unfortunately that doesn't work. The exit from the assert will still trigger the tests (which will all fail, at least there is that). And really there should be some check performed, so there can be sensible output.

thinkerbot avatar Aug 20 '12 19:08 thinkerbot