bda541fa0d
* fix missing attribs with dirct module execution * also make remote tmp handling smarter update tests * set default if attrib does not exist * add simple test
6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# test running module directly
|
|
python.py library/test.py args.json
|