From 5f4f5d892fe2aa5223b3f1feb4caf2a3c0484a52 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Tue, 21 Jun 2016 09:15:56 +0200 Subject: [PATCH] REST API testing script fix --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index e747818..020392a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -124,7 +124,7 @@ function test_put { else echo "Test $TESTS_AMOUNT failed." echo "Test $TESTS_AMOUNT failed." >> $ERROR_LOG - echo "$response" > $ERROR_LOG + echo "$response" >> $ERROR_LOG fi }