diff --git a/package_check.sh b/package_check.sh index f91a40c..bf9ec7b 100755 --- a/package_check.sh +++ b/package_check.sh @@ -1211,6 +1211,7 @@ echo "You can find the complete log of these tests in $complete_log" starttime=$complete_start_timer # End the timer for the test stop_timer 3 +stop_network_usage 3 #================================================= # Notification grade diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 65a416f..82c72f8 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -1431,6 +1431,7 @@ TEST_LAUNCHER () { starttime=$global_start_timer # End the timer for the test stop_timer 2 + stop_network_usage 2 # Update the lock file with the date of the last finished test. echo "$1 $2:$(date +%s)" > "$lock_file"