Skip to content

Conversation

@cboehme
Copy link
Member

@cboehme cboehme commented Dec 12, 2013

The bash script now uses $BASH_SOURCE to find out its name. If
realpath is not available readlink is tried. If this is not
available the script attempts to extract link targets from ls
output. Link resolution is now only attempted if $BASH_SOURCE
contains a soft link.

This fixes issue #144

The bash script now uses $BASH_SOURCE to find out its name. If
`realpath` is not available `readlink` is tried. If this is not
available the script attempts to extract link targets from ls
output. Link resolution is now only attempted if $BASH_SOURCE
contains a soft link.
@cboehme cboehme merged commit b1e1172 into metafacture:master Feb 12, 2014
@cboehme cboehme deleted the issue-144-realpath branch February 12, 2014 10:10
blackwinter added a commit that referenced this pull request Dec 13, 2024
Introduce `@MetafixToDo` annotation to mark tests as disabled.
blackwinter added a commit that referenced this pull request Dec 13, 2024
Set `org.metafacture.metafix.disableToDo=true` to mimic previous `@Disabled` behaviour.
blackwinter added a commit that referenced this pull request Dec 13, 2024
Similar to previous `disabled.txt`, but ensures that fixed integration tests don't stay disabled.

Failing tests marked as "to do" will be reported as *skipped*; passing tests marked as "to do" will be reported as *failed*.

Set environment variable `METAFIX_DISABLE_TO_DO=true` (or system property `org.metafacture.metafix.disableToDo=true` when run via Gradle) to mimic previous `disabled.txt` behaviour.

Analogous to `@MetafixToDo` annotation in unit tests (see #158 and f4a7523).
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