Skip to content

Commit

Permalink
kvm-unit-test: Adding single line
Browse files Browse the repository at this point in the history
Signed-off-by: Naresh Kamboju <[email protected]>
  • Loading branch information
Naresh Kamboju committed Jun 24, 2024
1 parent adc4f84 commit eff7d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated/linux/kvm-unit-tests/kvm-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ while getopts "s:m:g:h" o; do
done

parse_output() {
./parse-output.py < "${RESULT_LOG}" | tee -a "${RESULT_FILE}"
./parse-output.py < "${RESULT_LOG}" >> "${RESULT_FILE}"
}

kvm_unit_tests_run_test() {
Expand Down

0 comments on commit eff7d03

Please sign in to comment.