From b0bd57935752bfc5efa05137cb31f1d7aa92754c Mon Sep 17 00:00:00 2001 From: Lulzette Date: Mon, 1 Nov 2021 05:56:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=20=D1=82=D0=B8?= =?UTF-8?q?=D1=88=D0=B8=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index bba50a2..c202954 100644 --- a/test.sh +++ b/test.sh @@ -1,5 +1,5 @@ #!/bin/bash -curl_cmd='curl -w :%{http_code}' +curl_cmd='curl -s -w :%{http_code}' #curl_cmd='curl -s -w "%{http_code}\t%{stdout}" -o /dev/null' url='server:8080' $curl_cmd -X POST $url/admin/post/test -F 'body=testpage' && echo ": Create success" || echo ': create fail'