Skip to content

Commit

Permalink
build: add missing args concat in snapshots e2e tests
Browse files Browse the repository at this point in the history
Prior to this change, all snapshot tests were being executed using webpack

(cherry picked from commit e859784)
  • Loading branch information
alan-agius4 committed Nov 20, 2023
1 parent 78f4896 commit 5772abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy-cli/e2e.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _e2e_suite(name, runner, type, data, toolchain_name = "", toolchain = None):
data = data,
toolchain = toolchain,
shard_count = TEST_SHARD_COUNT,
templated_args = [
templated_args = args + [
"--ng-snapshots",
"--glob=%s" % _to_glob(tests) if tests else "",
"--ignore=%s" % _to_glob(ignore) if ignore else "",
Expand Down

0 comments on commit 5772abc

Please sign in to comment.