mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
add test_code
This commit is contained in:
parent
7a0ebf0523
commit
246a2eae5d
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ test_rpm() {
|
||||||
cat $test_log.tmp >> $test_log
|
cat $test_log.tmp >> $test_log
|
||||||
echo '--> Checking if same or newer version of the package already exists in repositories' >> $test_log 2>&1
|
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
|
python /mdv/check_newer_versions.py $chroot_path >> $test_log 2>&1
|
||||||
|
test_code=$?
|
||||||
echo "--> Tests finished at `date -u`" >> $test_log
|
echo "--> Tests finished at `date -u`" >> $test_log
|
||||||
echo 'Test code output: ' $test_code >> $test_log 2>&1
|
echo 'Test code output: ' $test_code >> $test_log 2>&1
|
||||||
rm -f $test_log.tmp
|
rm -f $test_log.tmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue