Skip to content

Commit 8f088a2

Browse files
(fix) remove incorrect acs_summary delete cmd
- in init.sh, rm /mnt/acs_results/acs_sumamry/acs_summary cmd is typo and not required Change-Id: I654d9736a0a445af3b5a0ba1e500624fd515eb17
1 parent 580e9c0 commit 8f088a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/linux_scripts/init.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then
334334
fi
335335
if [ -d "/mnt/acs_results/acs_summary/html_detailed_summaries" ]; then
336336
rm -r /mnt/acs_results/acs_summary/html_detailed_summaries
337-
rm /mnt/acs_results/acs_summary/acs_summary
338337
fi
339338
/usr/bin/log_parser/main_log_parser.sh /mnt/acs_results /mnt/acs_tests/config/acs_config.txt /mnt/acs_tests/config/system_config.txt /mnt/acs_tests/config/acs_waiver.json
340339
sync /mnt

0 commit comments

Comments
 (0)