Skip to content

Commit 115f7a4

Browse files
committed
Move build_script_helper from ./benchmarks/utils => ./benchmarks/scripts.
1 parent f3b9b84 commit 115f7a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

utils/swift_build_support/swift_build_support/products/benchmarks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def run_build_script_helper(host_target, product, args):
5959

6060
# We use a separate python helper to enable quicker iteration when working
6161
# on this by avoiding going through build-script to test small changes.
62-
helper_path = os.path.join(package_path, 'utils', 'build_script_helper.py')
62+
helper_path = os.path.join(package_path, 'scripts',
63+
'build_script_helper.py')
6364

6465
build_cmd = [
6566
helper_path,

0 commit comments

Comments
 (0)