index
:
delta/ruby-gems/mixlib-shellout.git
1-stable
1.4-stable
1.6-stable
2-stable
24_testing
ClogenyTechnologies-kd/aix-fdperf
appveyor
bk
btm/elevated
ci_fixup
dates
deprecate
dir
docs
domain_user
github
inherit
jdm/2.2.0
jdm/no-windows-pr
jdm/test
jdm/test-fixes
jdm/test-fixes-ruby2
jdm/win-kill-proc
jsinha/migrate_appvyr
ksubrama/test_fix
ksubrama/win32-process
ksubrama/win64
ksubrama/wtf
lcg/cleanup1
lcg/cleanup2
lcg/default-paths
lcg/extract-mixlib-shellout
lcg/issue-131
lcg/no-getpgrp
lcg/remove-hashrockets
lcg/revert-to-ruby-2.3
lcg/shellout-trace-logging
lcg/version-bump
lcg/version-bump2
lcg/win-array-args
lcg/windows-array-args
lcg/windows-array-args2
lcg/wtfgithub
loosen_win32_dep
main
master
more_ruby
new_ruby
poorndm/IPACK-104-Add-ruby-test
poorndm/IPACK-104-Test-Ruby3.0/3.1
promote_windows
rakefile
relative
requires
ruby22
ryan/issue_2062_10
ryan/issue_2062_12
safe
slim
smurawski/agressive_termination
spelling
testing
tests
tm/codeowners
typos
windows_testing
github.com: opscode/mixlib-shellout.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
mixlib
/
shellout
/
shellout_spec.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RSPEC] Moved shellout_spec up to make room for unit tests
Ho-Sheng Hsiao
2012-05-10
1
-922
/
+0
*
[CHEF-2994][WINDOWS] Fixed multiple quotes for non batch files
Ho-Sheng Hsiao
2012-05-10
1
-0
/
+18
*
[CHEF-2994][WINDOWS] Fixed multiple quotes in command
Ho-Sheng Hsiao
2012-05-10
1
-9
/
+23
*
[CHEF-2994][WINDOWS] Disable stdin specs for windows platform
Ho-Sheng Hsiao
2012-03-28
1
-5
/
+5
*
[CHEF-2994][RB192] Turn off rubygems for child ruby processes
Ho-Sheng Hsiao
2012-03-28
1
-4
/
+8
*
[CHEF-2994][RB187] Got specs passing for Ruby 1.8.7 (Linux)
Ho-Sheng Hsiao
2012-03-27
1
-4
/
+6
*
[CHEF-2994][RSPEC] ShellOut#run_command when subprocess pauses before reading...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+12
*
[CHEF-2994][RSPEC] ShellOut#run_command when subprocess closes prematurely wi...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+13
*
[CHEF-2994][RSPEC] ShellOut#run_command when exiting with invalid code with i...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+13
*
[CHEF-2994][RSPEC] ShellOut#run_command when execution fails with input shoul...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+9
*
[CHEF-2994][RSPEC] ShellOut#run_command with subprocess that pipes lots of da...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+24
*
[CHEF-2994][RSPEC] ShellOut#run_command with subprocess that reads lots of da...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+12
*
[CHEF-2994][RSPEC] ShellOut#run_command with subprocess that closes stdin and...
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+9
*
[CHEF-2994][STDIN] Child process should accept stdin input if input is specified
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+13
*
[CHEF-2994][STDIN] ShellOut.new should accept input as an option
Ho-Sheng Hsiao
2012-03-26
1
-2
/
+7
*
[CHEF-2994][STDIN] ShellOut#input should set the input option
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+10
*
[CHEF-2994][STDIN] Option :input should be set to nil by default
Ho-Sheng Hsiao
2012-03-26
1
-0
/
+1
*
[CHEF-2994][RSPEC] ShellOut should be able to handle commands with stdin file...
Ho-Sheng Hsiao
2012-03-26
1
-1
/
+22
*
[RSPEC] Consolidated mini-dsl globally
Ho-Sheng Hsiao
2012-03-23
1
-32
/
+41
*
[RSPEC] Consolidated / dry up let(:ruby_code)
Ho-Sheng Hsiao
2012-03-23
1
-20
/
+14
*
[RSPEC/DOC] Clarified comments about windows evironmental locale
Ho-Sheng Hsiao
2012-03-23
1
-3
/
+1
*
[RSPEC] Refactored spec for #format_for_exception
Ho-Sheng Hsiao
2012-03-23
1
-11
/
+18
*
[RSPEC] Refactored spec for closing stdout before closing stderr
Ho-Sheng Hsiao
2012-03-23
1
-15
/
+22
*
[RSPEC] Refactored spec for closing stdin when we have no input data for it
Ho-Sheng Hsiao
2012-03-23
1
-4
/
+11
*
[RSPEC] Refactored spec for recovering error messages
Ho-Sheng Hsiao
2012-03-23
1
-3
/
+5
*
[RSPEC] Refactored spec for setting LC_ALL to nil
Ho-Sheng Hsiao
2012-03-23
1
-10
/
+20
*
[RSPEC] Refactored spec for handling locale
Ho-Sheng Hsiao
2012-03-23
1
-23
/
+32
*
[RSPEC] Refactored spec for subprocess that pauses efore writing
Ho-Sheng Hsiao
2012-03-23
1
-5
/
+8
*
[RSPEC] Refactored spec for subprocess that writes, pauses, and writes
Ho-Sheng Hsiao
2012-03-23
1
-5
/
+8
*
[RSPEC] Refactored spec for dumping lots of data through STDOUT and STDERR
Ho-Sheng Hsiao
2012-03-23
1
-13
/
+18
*
[RSPEC] Refactored spec for subprocess that closes one pipe and continues wri...
Ho-Sheng Hsiao
2012-03-23
1
-5
/
+16
*
[RSPEC] Refactored spec for subprocess that outputs nothing
Ho-Sheng Hsiao
2012-03-23
1
-5
/
+10
*
[RSPEC] Refactored spec for subprocess that exceeds buffersize
Ho-Sheng Hsiao
2012-03-23
1
-5
/
+7
*
[RSPEC] Refactored spec for subprocess that timesout
Ho-Sheng Hsiao
2012-03-23
1
-3
/
+7
*
[RSPEC] Refactored spec for subprocess that does not close out stdout/stderr
Ho-Sheng Hsiao
2012-03-23
1
-7
/
+10
*
[RSPEC] Refactored spec for setting exit status for subprocess
Ho-Sheng Hsiao
2012-03-23
1
-7
/
+31
*
[RSPEC] Refactored spec for collecting all of stdout and stderr
Ho-Sheng Hsiao
2012-03-23
1
-112
/
+118
*
[RSPEC] Refactored spec for #invalid!
Ho-Sheng Hsiao
2012-03-23
1
-8
/
+9
*
[RSPEC] Refactored spec for checking error message format
Ho-Sheng Hsiao
2012-03-23
1
-10
/
+9
*
[RSPEC] Refactored spec for handling valid and invalid exit codes
Ho-Sheng Hsiao
2012-03-23
1
-14
/
+27
*
[RSPEC] Refacoted spec for non-zero exit code
Ho-Sheng Hsiao
2012-03-23
1
-4
/
+8
*
[RSPEC] Moved process error code handling spec to execution context
Ho-Sheng Hsiao
2012-03-23
1
-54
/
+54
*
[RSPEC] Fixed spec
Ho-Sheng Hsiao
2012-03-23
1
-1
/
+1
*
[RSPEC] Refactored spec for running command with ||
Ho-Sheng Hsiao
2012-03-23
1
-5
/
+11
*
[RSPEC] Refactored spec for running command with &&
Ho-Sheng Hsiao
2012-03-23
1
-4
/
+7
*
[RSPEC] Refactored spec for running command with stdout and stderr file pipes
Ho-Sheng Hsiao
2012-03-23
1
-8
/
+12
*
[RSPEC] Refactored spec for running command with file pipes
Ho-Sheng Hsiao
2012-03-23
1
-7
/
+16
*
[RSPEC] Refactored spec for running command with pipes
Ho-Sheng Hsiao
2012-03-23
1
-8
/
+16
*
[RSPEC] Refactored spec for running command with backslashes
Ho-Sheng Hsiao
2012-03-22
1
-4
/
+8
*
[RSPEC] Refactored spec for running command with special characters
Ho-Sheng Hsiao
2012-03-22
1
-5
/
+10
[next]