1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
executable:/pwd/test/prepare-test-repos-and-run.sh
# Naming scheme to use for files for stdin,stdout and stderr
filename_convention_scheme:standard
# Expanded name to use for application
full_name:subuser
view_program:mousepad
lines_of_text_difference:2000
copy_test_path:docker
copy_test_path:home/.subuser
copy_test_path:test-repos
copy_test_path:hashtest
[run_dependent_text]
stdout:Currently at commit{WORD 4}
stdout:root-commit{WORD 3}
stdout:home/[^/\']*{REPLACE home/user}
stdout:.texttest\/tmp.*\/texttest{REPLACE texttest-write-dir}
stdout:show .*:{REPLACE show <commit>:}
stdout:ls-tree -d .* {REPLACE ls-tree -d <commit> }
stdout: does not exist in .*{REPLACE does not exist in <commit>}
stdout:.subuser/volumes/execute/.*:{REPLACE .subuser/volumes/execute/<pid>}
stdout:/usr/bin/git ls-tree .* -rtl{REPLACE /usr/bin/git ls-tree <commit> -rtl}
stderr:.texttest\/tmp.*\/texttest{REPLACE texttest-write-dir}
stderr:home/[^/\']*{REPLACE home/user}
|