aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 43 forks source link

bug api test verbosity level option #1198

Closed MontrealSergiy closed 2 years ago

MontrealSergiy commented 2 years ago

A command from README fails

[sboroday@ace-vh-2 BrainPortal]$ rake cbrain:test:api:client -v4 groups/list
invalid option: -4

missing space, perhaps?

prioux commented 2 years ago

Investigate this, and fix the doc if necessary

MontrealSergiy commented 2 years ago

@prioux yes adding space fixes the issue (did not test for macs). If it is ok I will include in PR for offline bourreaux task creation

MontrealSergiy commented 2 years ago

docs are corrected in pr #1200