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
Reapply "Fix init_script_test_helper not being cleaned properly."
Looks like 520144f was an attempt to
fix init_script_test_helper from not being cleaned properly. This commit
was reverted in ebd97bd, and another
attempt was added in 9dc759f. However,
the revert actually removed the entire `init_script_test_helper` binary
from being compiled. This reapplying the first fix, and combining it
with the second fix should do the trick.
Found this while trying to clear the warning:
```
tests/unit/Makefile.am:402: warning: variable 'init_script_test_helper_SOURCES' is defined but no program or
tests/unit/Makefile.am:402: library has 'init_script_test_helper' as canonical name (possible typo)
```
This reverts commit ebd97bd.
0 commit comments