mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-11 13:14:28 +00:00
fix sharness/test_build_static_site.t
This fixes a build error in test_build_static_site.t. It's been masked by a lot of ENOMEM issues I've been having in the full build, so a few failures had actually had a chance to accrue: - Fixes an issue wherein loading the sourcecred/example-git repo would error (on failure to normalize scores, because there was no user activity). Fixed it pretty crudely by adding an issue to that repository. - Fixes an issue where a deprecation warning caused the build_static_site build to fail. We now permit that particular warning. - Updates the example load snapshot. Test plan: `yarn test --full` passes once again.
This commit is contained in:
parent
ff026817d0
commit
4ba9fe3a8c
File diff suppressed because one or more lines are too long
@ -134,6 +134,7 @@ run_build() {
|
||||
test_must_fail grep -vF \
|
||||
-e "Removing contents of build directory: " \
|
||||
-e "info: loading repository" \
|
||||
-e "DeprecationWarning: Tapable.plugin is deprecated." \
|
||||
err &&
|
||||
test_path_is_dir "${output_dir}" &&
|
||||
test_path_is_dir "${api_dir}" &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user