This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch][test] Replace bashism `|&` to `2>&1 |` (NFC)
ClosedPublic

Authored by wangleiat on Sep 2 2022, 12:03 AM.

Details

Summary

The bash syntax |& is unsupported on other shells.

Diff Detail

Event Timeline

wangleiat created this revision.Sep 2 2022, 12:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2022, 12:03 AM
wangleiat requested review of this revision.Sep 2 2022, 12:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2022, 12:03 AM
SixWeining accepted this revision.Sep 2 2022, 12:06 AM
This revision is now accepted and ready to land.Sep 2 2022, 12:06 AM
This revision was automatically updated to reflect the committed changes.