From c82341f3ef2725e46325b71051b74e81b3aa318c Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sun, 14 Apr 2019 02:26:48 +0300 Subject: [PATCH] minor cleanup --- build-rpm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-rpm.sh b/build-rpm.sh index 74e9617..937589a 100755 --- a/build-rpm.sh +++ b/build-rpm.sh @@ -225,7 +225,6 @@ test_rpm() { $MOCK_BIN -v --init --configdir $config_dir --install $(ls "$OUTPUT_FOLDER"/*.rpm | grep -v .src.rpm) >> "${test_log}" 2>&1 test_code=$? if [ $test_code == 0 ]; then - cat $test_log.tmp >> $test_log echo '--> Checking if same or newer version of the package already exists in repositories' >> $test_log 2>&1 python /mdv/check_newer_versions.py $chroot_path >> $test_log 2>&1 test_code=$?