Skip to content

Remove check for sk-stress-test #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,3 @@ else:
for name in ('swift-build', 'FileCheck', 'readelf'):
config.substitutions.append((' {0} '.format(name),
' unquoted-command-name-{0} '.format(name)))

# Add substitutions for SourceKit stress tester executables
sk_stress_test_path = lit_config.params.get(
"sk-stress-test",
os.path.join(package_path, "usr", "bin", "sk-stress-test"))
sk_swiftc_wrapper_path = lit_config.params.get(
"sk-swiftc-wrapper",
os.path.join(package_path, "usr", "bin", "sk-swiftc-wrapper"))

lit_config.note("testing using 'sk-stress-test': {}".format(sk_stress_test_path))
lit_config.note("testing using 'sk-swiftc-wrapper': {}".format(sk_swiftc_wrapper_path))
config.substitutions.append( ('%{sk-stress-test}', sk_stress_test_path) )
config.substitutions.append( ('%{sk-swiftc-wrapper}', sk_swiftc_wrapper_path) )
21 changes: 0 additions & 21 deletions sk-stress-test.txt

This file was deleted.