Skip to content
Snippets Groups Projects
Commit 39b7ea7b authored by Alex Kanitz's avatar Alex Kanitz
Browse files

Merge branch 'hotfix_integration_test' into 'master'

hot fix integration test script

See merge request zavolan_group/pipelines/rnaseqpipeline!21
parents e7ac9662 3fe8f0d1
No related branches found
No related tags found
1 merge request!21hot fix integration test script
Pipeline #10231 passed
#!/bin/bash
# Tear down test environment
#trap 'rm -rf logs/ results/ .snakemake/ && cd $user_dir' EXIT # quoted command is exected after script exits, regardless of exit status
trap 'cd $user_dir' EXIT # quoted command is exected after script exits, regardless of exit status
trap 'rm -rf logs/ results/ .snakemake/ && cd $user_dir' EXIT # quoted command is exected after script exits, regardless of exit status
# Set up test environment
set -eo pipefail # ensures that script exits at first command that exits with non-zero status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment