Skip to content

Commit

Permalink
Minor text fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maryla-uc committed Nov 22, 2023
1 parent 8f490cc commit 7b360a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/golden_test_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ diff_with_goldens() {

# "diff --color" is the default value if DIFFTOOL is not set.
printf -v diff_command "${diff_command}\${DIFFTOOL:-diff --color} $xml.golden $xml\n"
# Same as diff_command but with absolute paths and an two space indent.
printf -v diff_command_with_full_paths "${diff_command_with_full_paths} \${DIFFTOOL:-diff --color} $OUTPUT_DIR/$xml.golden $OUTPUT_DIR/$xml\n"
else
num_passed=$((num_passed + 1))
Expand Down Expand Up @@ -166,7 +167,7 @@ Files that caused diffs: ${files_with_diffs}
Files with missing golden: ${files_missing_golden}
# IF RUNNING ON GITHUB
Check below at the workflow step below called "How to fix failing tests" for instructions on how to debug/fix this test.
Check the workflow step below called "How to fix failing tests" for instructions on how to debug/fix this test.
# IF RUNNING LOCALLY
View diffs with: (set DIFFTOOL to your favorite tool if needed)
Expand Down

0 comments on commit 7b360a9

Please sign in to comment.