Skip to content

Commit ff65845

Browse files
pditommasoadamrtalbot
authored andcommitted
Add qrun.sh [ci skip]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com> Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
1 parent 6a37d76 commit ff65845

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tests/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ results
77
work
88
**/checks.out
99
**/stdout
10-
checks/qrun.sh

tests/checks/qrun.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
launch_cmd=../../launch.sh
2+
export NXF_ANSI_LOG=false
3+
export WITH_DOCKER=-with-docker
4+
export NXF_CMD=$(realpath $launch_cmd)
5+
export NXF_IGNORE_WARN_DSL2=true
6+
export TEST_JDK=11
7+
bash run.sh "$1"

0 commit comments

Comments
 (0)