6743dfe08f
Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1]. [0]: https://fedoraproject.org/wiki/CI [1]: https://fedoraproject.org/wiki/Changes/InvokingTests
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
|
|
printf "LANG=$LANG\n" > /tmp/cronie-jobs-environment.log;
|
|
printf "EUID=$EUID\n" >> /tmp/cronie-jobs-environment.log;
|
|
|