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