mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Add network usage for global network
This commit is contained in:
parent
e4359d9c6b
commit
6a54faa077
2 changed files with 2 additions and 0 deletions
|
@ -1211,6 +1211,7 @@ echo "You can find the complete log of these tests in $complete_log"
|
||||||
starttime=$complete_start_timer
|
starttime=$complete_start_timer
|
||||||
# End the timer for the test
|
# End the timer for the test
|
||||||
stop_timer 3
|
stop_timer 3
|
||||||
|
stop_network_usage 3
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Notification grade
|
# Notification grade
|
||||||
|
|
|
@ -1431,6 +1431,7 @@ TEST_LAUNCHER () {
|
||||||
starttime=$global_start_timer
|
starttime=$global_start_timer
|
||||||
# End the timer for the test
|
# End the timer for the test
|
||||||
stop_timer 2
|
stop_timer 2
|
||||||
|
stop_network_usage 2
|
||||||
|
|
||||||
# Update the lock file with the date of the last finished test.
|
# Update the lock file with the date of the last finished test.
|
||||||
echo "$1 $2:$(date +%s)" > "$lock_file"
|
echo "$1 $2:$(date +%s)" > "$lock_file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue