Skip to content

inverting logic should result in a failing chunk #17

@lavocatt

Description

@lavocatt
```bash {"stage":"test", "runtime": "bash"}
echo ok || ! echo "will not show up"
oikjoij || ! echo "must show up"
```

I have tested the above, but it doesn't behave the way it should

## stage test with 1 chunks

 SUCCESS  ./d97cb978-4c6b-487b-8760-0a7bb7a77e70.sh in /tmp/2277863598                                                                                                                                             
 INFO  ok
       must show up
 WARNING  + echo ok
          + oikjoij
          ./d97cb978-4c6b-487b-8760-0a7bb7a77e70.sh: line 5: oikjoij: command not found
          + echo 'must show up'
          + echo '### ENV ###'
          + printenv

This is most probably a bug to address.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions