Commit Graph

4 Commits (9b48c377b406b1dff3846108f8de59ed64524d5e)

Author SHA1 Message Date
James Cammarata 80b10bd669 Moving creating of testing work dir out of dep role and into Makefile 9 years ago
James Cammarata 08b580decc Parallelize make command for integration test runner
Also adds a new var, used by the prepare_tests role, to prevent it from
deleting the temp test directory at the start of each play to avoid any
potential race conditions
9 years ago
Toshio Kuratomi a8c02b7049 Rework the shell quoting of remote checksumming
Instead of getting rid of pipes.quote, use pipes.quote and get rid of
the manually entered toplevel quotes.  This should properly escape
backslashes, quotes, and other characters.

Also fix the new checksumming python "one-liner" for csh.
ansible_shell_type needs to be set to csh.

Fixes #10363
Fixes #10353
10 years ago
Michael DeHaan 2177b773c8 Rename tests to test, use old directory name. 11 years ago