Skip to content

Commit 3662309

Browse files
authored
Update googletest.yml
1 parent 4f38fc5 commit 3662309

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/googletest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
# Loop through all `sample*_unittest` files and run them
4646
for test in ./googletest/sample*_unittest; do
4747
test_name=$(basename "$test") # Extracts the file name
48-
output_file="./output/gtest/${test_name}.xml"
48+
output_file="./output/gtest/${test_name}.xml"
49+
echo "Running $test and saving output to $output_file"
4950
"$test" --gtest_output=xml:"$output_file"
5051
done
5152
@@ -74,4 +75,4 @@ jobs:
7475
-d ./temp
7576
-sh ./corona
7677
-b ./sample_source_code/CPP/googletest
77-
-qg
78+
-v

0 commit comments

Comments
 (0)