Skip to content

Fix the "tail" command to be compatible with coreutils. NFC. #14408

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
Feb 6, 2018

Conversation

vkalintiris
Copy link
Contributor

I had builds failing during testing because the tail command inside:

test/IDE/print_clang_bool_bridging.swift,
test/IDE/print_clang_swift_name.swift

did not use the -n option. This should make the invocation of the
default tail command compatible with the one provided by coreutils.

Pass the -n option to "tail" in order to be compatible with the version provided by coreutils.

I had builds failing during testing because the tail command inside:

test/IDE/print_clang_bool_bridging.swift,
test/IDE/print_clang_swift_name.swift

did not use the -n option. This should make the invocation of the
default tail command compatible with the one provided by coreutils.
@jrose-apple
Copy link
Contributor

Thanks, vkalintiris!

@swift-ci Please smoke test

@jrose-apple jrose-apple self-assigned this Feb 5, 2018
@jrose-apple jrose-apple merged commit 4146d11 into swiftlang:master Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants