From 5c815f8fd0916946cc0b27c695b769faf00863fb Mon Sep 17 00:00:00 2001 From: sousinha1997 Date: Mon, 30 Sep 2024 14:03:58 +0530 Subject: [PATCH] add exit code --- reboot_measurement/run_reboot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reboot_measurement/run_reboot.sh b/reboot_measurement/run_reboot.sh index a8a9986..f963ab4 100755 --- a/reboot_measurement/run_reboot.sh +++ b/reboot_measurement/run_reboot.sh @@ -137,3 +137,4 @@ for iteration in `seq 1 1 $iterations` do ansible-playbook -i ./inventory --extra-vars "working_dir=${working_dir} iteration=${iteration} ansible_python_interpreter=auto sys_type=${sys_type} to_tuned_setting=${tuned_setting} sysname=${sysname} boot_version=${boot_version} test_name=${test_name}" ${working_dir}/workloads/reboot_me*/reboot_measurement/reboot_measure.yml done +exit(0) \ No newline at end of file