Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable macos-13 tests on CI build #275

Merged
merged 4 commits into from
Nov 9, 2024
Merged

enable macos-13 tests on CI build #275

merged 4 commits into from
Nov 9, 2024

Conversation

liquidaty
Copy link
Owner

No description provided.

@liquidaty liquidaty requested a review from iamazeem November 9, 2024 19:06
@liquidaty liquidaty removed the request for review from iamazeem November 9, 2024 23:18
@liquidaty liquidaty merged commit 1f2cd5d into main Nov 9, 2024
11 checks passed
@liquidaty liquidaty deleted the macos-13-enable-tests branch November 9, 2024 23:32
@@ -677,5 +671,4 @@ test-sheet-8: ${BUILD_DIR}/bin/zsv_sheet${EXE}
sleep 0.5 && \
tmux capture-pane -t $@ -p ${REDIRECT1} ${TMP_DIR}/[email protected] && \
tmux send-keys -t $@ "q" && \
${CMP} ${TMP_DIR}/[email protected] expected/[email protected] && ${TEST_PASS} || ${TEST_FAIL})

${CMP} ${TMP_DIR}/[email protected] expected/[email protected] && ${TEST_PASS} || (echo 'Incorrect output:' && cat ${TMP_DIR}/[email protected] && ${TEST_FAIL}))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff command may be used instead of cmp.
In case of any differences, diff will dump the diff of files with non-zero exit status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants