We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice if planemo test would fail for such cases automatically. Like so galaxyproject/tools-iuc#3986 (comment)
planemo test
The text was updated successfully, but these errors were encountered:
Alternatively we could do the following in the CI:
FILE_PATH=$(mktemp -d) planemo test --file_path $FILEPATH ... WROTE=$(find $FILE_PATH -type f \( ! -name "*.dat" ! -name "dataset_.*_files" \)) if [[ $WROTE ]]; then >&2 echo "tool wrote files into Galaxy's file dir: " >&2 echo $WROTE exit 1 fi
Sorry, something went wrong.
Closing this, since containerized testing allows to do this. Still I leave #1190 open, because it might have value .. but others need to judge this.
Successfully merging a pull request may close this issue.
Would be nice if
planemo test
would fail for such cases automatically. Like so galaxyproject/tools-iuc#3986 (comment)The text was updated successfully, but these errors were encountered: