You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tests consist on printing environment variables. Therefore, human inspection is required to find regression issues. For example, the default shell changed, and we didn't spot it (see #16). Tests should be enhanced to prevent similar issues in the future. On the one hand, #15 schedules jobs to be executed periodically. On the other hand, test.sh should not only show but also check the content of environment variables.
The text was updated successfully, but these errors were encountered:
Currently, tests consist on printing environment variables. Therefore, human inspection is required to find regression issues. For example, the default shell changed, and we didn't spot it (see #16). Tests should be enhanced to prevent similar issues in the future. On the one hand, #15 schedules jobs to be executed periodically. On the other hand,
test.sh
should not only show but also check the content of environment variables.The text was updated successfully, but these errors were encountered: