Skip to content

Conversation

paulwkc
Copy link
Contributor

@paulwkc paulwkc commented Jun 4, 2025

Add fix-test and test/tmp/* targets for updating screen

Update screen files wrt .test-result using make targets:

  1. fix-test target to apply patches
    make fix-test
    
  2. test/tmp/* target to apply patch for specific test
    make test/tmp/diff/diff-stat-test
    

Note:

  1. DEBUG=1 make test/tmp/diff/diff-stat-test for debugging (dump commands to stderr and dump diff to stdout).
  2. patches means the files .test-result under test/tmp/*/

@paulwkc paulwkc changed the title Fix test Add fix-test and test/tmp/* targets for updating screen Jun 4, 2025
Update screen files wrt .test-result using make targets:
1. fix-test target to apply patches
   ```
   make fix-test
   ```
2. test/tmp/* target to apply patch for specific test
   ```
   make test/tmp/diff/diff-stat-test
   ```
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.

1 participant