[all-commits] [llvm/llvm-project] bb8c87: [MLIR] prefer /bin/sh over /bin/bash for simple te...
Will Dietz via All-commits
all-commits at lists.llvm.org
Thu Apr 21 18:25:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb8c8751cf6b1e40e2437b70ef2063808e2b3998
https://github.com/llvm/llvm-project/commit/bb8c8751cf6b1e40e2437b70ef2063808e2b3998
Author: Will Dietz <w at wdtz.org>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M mlir/test/mlir-reduce/failure-test.sh
M mlir/test/mlir-reduce/test.sh
Log Message:
-----------
[MLIR] prefer /bin/sh over /bin/bash for simple test scripts
These scripts do not appear to require bash, and while /bin/sh
is not guaranteed either it's more commonly available.
Fixes tests on NixOS and in certain sandbox build environments.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D124205
More information about the All-commits
mailing list