minor cleanup

This commit is contained in:
Alexander Stefanov 2019-04-14 02:26:48 +03:00
parent c42869f18d
commit c82341f3ef

View file

@ -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=$?