Created by: telmich
Fixed in commit 47424bf
Created by: telmich
Implementation: Execute everything, but skip the code execution phase. Maybe a simple
if not dry_run: self.code.run_code_remote() ... (and local)
Created by: dheule
I think this issue is implemented via
-n, --dry-run Do not execute code
is this correct ? can we close this issue ?
Created by: telmich
I think it's only the command line option that has been implemented - at least I remember there are no unit tests for it (=it does not exist ;-) and I am pretty sure I have…
Created by: dheule
I have tested it (manual), seems to work.
Ok, i will try my best for unittests next week ...
Daniel
2014-02-09 18:57 GMT+01:00 Nico Schottelius notifications@github.com:
I…
Created by: mpapis
https://github.com/wayneeseguin/rvm/issues/1285 provides fix for machine readable list of gemsets: rvm gemsets list strings
Created by: telmich
New output:
nicotest@rails-19:~$ rvm gemset list strings default #current *
nicotest@rails-19:~$ rvm gemset list strings
Created by: nuex
I think this one can be closed now.