Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gdt-dev/gdt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.6
Choose a base ref
...
head repository: gdt-dev/gdt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 8, 2024

  1. correct exit code assertion in exec plugin

    The constructor for assertions in the exec plugin was incorrectly
    setting the expected exit code equal to the exit code it received from
    the test spec, resulting in script or command executions returning
    non-0 exit codes from causing a test.FailNow().
    
    Signed-off-by: Jay Pipes <jaypipes@gmail.com>
    jaypipes committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f942ccf View commit details
    Browse the repository at this point in the history
  2. update Github Action runners

    Bring in latest step security and checkout action.
    
    Signed-off-by: Jay Pipes <jaypipes@gmail.com>
    jaypipes committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    df4c3d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from jaypipes/exec-err

    correct exit code assertion in exec plugin
    jaypipes authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    754a377 View commit details
    Browse the repository at this point in the history
Loading