mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Copy new summary.jpg to local folder, to be picked up by CI_package_check
This commit is contained in:
parent
88432ed1e2
commit
9416d8833b
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ run_all_tests() {
|
||||||
log_title "Tests summary"
|
log_title "Tests summary"
|
||||||
|
|
||||||
python3 lib/analyze_test_results.py $TEST_CONTEXT 2>./results.json
|
python3 lib/analyze_test_results.py $TEST_CONTEXT 2>./results.json
|
||||||
|
[[ -e "$TEST_CONTEXT/summary.jpg" ]] && cp "$TEST_CONTEXT/summary.jpg" ./summary.jpg || rm -f summary.jpg
|
||||||
|
|
||||||
# Restore the started time for the timer
|
# Restore the started time for the timer
|
||||||
starttime=$complete_start_timer
|
starttime=$complete_start_timer
|
||||||
|
|
Loading…
Add table
Reference in a new issue