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

hot fix integration test script

parent e7ac9662
No related branches found
No related tags found
No related merge requests found
#!/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.
Please register or to comment