about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2019-12-02 11:49:38 -0800
committerJosh Stone <jistone@redhat.com>2019-12-02 11:49:38 -0800
commitb1ececa669cf6b1481281efb580f2384dfcddfd5 (patch)
treef7d8958772296b4492cc5bf69c9a0193588af090 /src/rustllvm/RustWrapper.cpp
parentfdc0011561c6365c596dfd8fa1ef388162bc89c7 (diff)
downloadrust-b1ececa669cf6b1481281efb580f2384dfcddfd5.tar.gz
rust-b1ececa669cf6b1481281efb580f2384dfcddfd5.zip
[CI] fix the `! isCI` check in src/ci/run.sh
Using `if [ ! isCI ] || ...` doesn't run any command, just tests `isCI`
as a string, whereas `if ! isCI || ...` will actually run the `isCI`
command and negate its exit status.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions