mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:54:59 +08:00
Remove undefined variable.
This commit is contained in:
parent
8a0f02fd23
commit
7a1400cc4b
|
@ -60,7 +60,7 @@ task "qunit:test" => :environment do
|
|||
|
||||
# A bit of a hack until we can figure this out on Travis
|
||||
tries = 0
|
||||
while tries < 3 && $?.exitstatus == 124 && !quit
|
||||
while tries < 3 && $?.exitstatus == 124
|
||||
tries += 1
|
||||
puts "\nTimed Out. Trying again...\n"
|
||||
rake_system(cmd)
|
||||
|
|
Loading…
Reference in New Issue
Block a user