mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
103 lines
4.5 KiB
Plaintext
103 lines
4.5 KiB
Plaintext
par_bigvar_csh ### csh
|
|
par_bigvar_csh 3 big vars run remotely - length(base64) > 1000
|
|
par_bigvar_csh 1 200 692
|
|
par_bigvar_csh 1 200 692
|
|
par_bigvar_csh 1 150 547
|
|
par_bigvar_csh ### csh2
|
|
par_bigvar_csh 3 big vars run locally
|
|
par_bigvar_csh 1 200 692
|
|
par_bigvar_csh 1 200 692
|
|
par_bigvar_csh 1 150 547
|
|
par_bigvar_rc ### rc
|
|
par_bigvar_rc 3 big vars run remotely - length(base64) > 1000
|
|
par_bigvar_rc 1 200 692
|
|
par_bigvar_rc 1 200 692
|
|
par_bigvar_rc 1 150 547
|
|
par_bigvar_rc ### rc2
|
|
par_bigvar_rc 3 big vars run locally
|
|
par_bigvar_rc 1 200 692
|
|
par_bigvar_rc 1 200 692
|
|
par_bigvar_rc 1 150 547
|
|
par_csh_nice ### bug #44143: csh and nice
|
|
par_csh_nice OK
|
|
par_env_underscore ### --env _
|
|
par_env_underscore OK FUBAR test
|
|
par_env_underscore In csh this may fail with ignored_var: Undefined variable.
|
|
par_env_underscore ignored_var: Undefined variable.
|
|
par_env_underscore ### --env _ with explicit mentioning of normally ignored var $ignored_var
|
|
par_env_underscore OK FUBAR should be copied test
|
|
par_env_underscore OK FUBAR should be copied test
|
|
par_exporting_in_zsh ### zsh
|
|
par_exporting_in_zsh env in zsh
|
|
par_exporting_in_zsh Normal variable export
|
|
par_exporting_in_zsh ' Var with quote OK
|
|
par_exporting_in_zsh Function export as variable
|
|
par_exporting_in_zsh myfuncvar as var OK
|
|
par_exporting_in_zsh Function export as function
|
|
par_exporting_in_zsh myfunc ran OK
|
|
par_exporting_in_zsh function from zsh to zsh OK
|
|
par_exporting_in_zsh function from zsh to bash OK
|
|
par_multiple_hosts_repeat_arg ### bug #45575: -m and multiple hosts repeats first args
|
|
par_multiple_hosts_repeat_arg parallel: Warning: Using -X or -m with --sshlogin may fail.
|
|
par_multiple_hosts_repeat_arg 1
|
|
par_multiple_hosts_repeat_arg 2
|
|
par_multiple_hosts_repeat_arg 3
|
|
par_sshloginfile ### --slf with mIxEd cAsE
|
|
par_sshloginfile 1
|
|
par_sshloginfile 2
|
|
par_sshloginfile 3
|
|
par_sshloginfile 4
|
|
par_sshloginfile 5
|
|
par_sshloginfile 6
|
|
par_sshloginfile 7
|
|
par_sshloginfile 8
|
|
par_sshloginfile 9
|
|
par_sshloginfile bash
|
|
par_sshloginfile bash
|
|
par_sshloginfile ksh
|
|
par_sshloginfile ksh
|
|
par_sshloginfile ksh
|
|
par_sshloginfile ksh
|
|
par_sshloginfile parallel
|
|
par_sshloginfile parallel
|
|
par_sshloginfile parallel
|
|
par_tmux_different_shells ### Test tmux works on different shells
|
|
par_tmux_different_shells 0
|
|
par_tmux_different_shells 4
|
|
par_tmux_different_shells 0
|
|
par_tmux_different_shells 4
|
|
par_tmux_different_shells 0
|
|
par_tmux_different_shells 4
|
|
par_tmux_different_shells 0
|
|
par_tmux_different_shells 4
|
|
par_tmux_different_shells # command is currently too long for csh. Maybe it can be fixed?
|
|
par_tmux_different_shells 0
|
|
par_tmux_different_shells 4
|
|
par_tmux_length ### works
|
|
par_tmux_length See output with: tmux -S attach
|
|
par_tmux_length See output with: tmux -S attach
|
|
par_tmux_length ### These blocked due to length
|
|
par_transfer_return_multiple_inputs ### bug #43746: --transfer and --return of multiple inputs {1} and {2}
|
|
par_transfer_return_multiple_inputs ### and:
|
|
par_transfer_return_multiple_inputs ### bug #44371: --trc with csh complains
|
|
par_transfer_return_multiple_inputs file1 output line 1
|
|
par_transfer_return_multiple_inputs A file1 output line 2
|
|
par_transfer_return_multiple_inputs file2 output line 3
|
|
par_transfer_return_multiple_inputs B file2 output line 4
|
|
par_warn_when_exporting_func bug #40137: SHELL not bash: Warning when exporting funcs
|
|
par_warn_when_exporting_func /bin/sh Run function in /bin/sh
|
|
par_warn_when_exporting_func /bin/sh parallel: Warning: Shell functions may not be supported in /bin/sh.
|
|
par_warn_when_exporting_func /bin/bash Run function in /bin/bash
|
|
par_warn_when_exporting_func /bin/bash Function run: OK
|
|
par_warn_when_exporting_func /bin/ash Run function in /bin/ash
|
|
par_warn_when_exporting_func /bin/csh Run function in /bin/csh
|
|
par_warn_when_exporting_func /bin/csh parallel: Warning: Shell functions may not be supported in /bin/csh.
|
|
par_warn_when_exporting_func /bin/csh CSH/TCSH DO NOT SUPPORT newlines IN VARIABLES/FUNCTIONS. Unset myfunc
|
|
par_warn_when_exporting_func /bin/dash Run function in /bin/dash
|
|
par_warn_when_exporting_func /bin/ksh Run function in /bin/ksh
|
|
par_warn_when_exporting_func /bin/tcsh Run function in /bin/tcsh
|
|
par_warn_when_exporting_func /bin/tcsh parallel: Warning: Shell functions may not be supported in /bin/tcsh.
|
|
par_warn_when_exporting_func /bin/tcsh CSH/TCSH DO NOT SUPPORT newlines IN VARIABLES/FUNCTIONS. Unset myfunc
|
|
par_warn_when_exporting_func /bin/zsh Run function in /bin/zsh
|
|
par_warn_when_exporting_func /bin/zsh Function run: OK
|