mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Don't write wget response to file.
This commit is contained in:
@@ -188,7 +188,7 @@ begin
|
|||||||
append = "?api_key=#{api_key}&api_username=admin1"
|
append = "?api_key=#{api_key}&api_username=admin1"
|
||||||
|
|
||||||
# asset precompilation is a dog, wget to force it
|
# asset precompilation is a dog, wget to force it
|
||||||
run "wget http://127.0.0.1:#{@port}/ -o /dev/null"
|
run "wget http://127.0.0.1:#{@port}/ -O /dev/null"
|
||||||
|
|
||||||
tests = [
|
tests = [
|
||||||
["categories", "/categories"],
|
["categories", "/categories"],
|
||||||
|
|||||||
Reference in New Issue
Block a user