Skip to content
Snippets Groups Projects
Commit 47b20675 authored by scott snyder's avatar scott snyder
Browse files

PyJobTransforms: Fix test.

Execute test_HelloWorldTrf in a subdirectory.  Otherwise, files it
needs (such as runargs.athena.py) can be clobbered by other
concurrently executing tests.
parent 015458c5
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
set -e
mkdir -p test_HelloWorldTrf
cd test_HelloWorldTrf
# ST test
HelloWorld_tf.py --maxEvents=5 --CA
......
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