Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2016-04-20 05:12:37 +0300
committerKamil Rytarowski <n54@gmx.com>2016-04-20 05:12:57 +0300
commitc15d69e13bd8531602f6df48cfb39b572f32ac50 (patch)
tree278ad51cf647f3f2fae2d0aab2a432c3b5f32cf7 /run-test.sh
parent4d3931d2fcbb0a185fb3312c60739aa6bb1a533f (diff)
Fix shell assignment to IgnoreForCI
This form: "A =bcd" has no effect. There mustn't be whitespace between a variable and =.
Diffstat (limited to 'run-test.sh')
-rwxr-xr-xrun-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index 485733d0f0..437bddb128 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -254,7 +254,7 @@ coreclr_code_coverage()
((serverGC = 0))
OuterLoop="-notrait category=outerloop"
-IgnoreForCI =""
+IgnoreForCI=""
while [[ $# > 0 ]]
do