Skip to content

Commit 9e003bc

Browse files
author
Peter Amstutz
committed
Add support for cwltest -j to run_test.sh
1 parent 485be33 commit 9e003bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

run_test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ do
3131
-n*)
3232
TEST_N=$arg
3333
;;
34+
-j*)
35+
TEST_J=$arg
36+
;;
3437
-l)
3538
TEST_L=-l
3639
;;
@@ -71,7 +74,7 @@ runtest() {
7174
(cd $DRAFT
7275
cwltest --tool "$1" \
7376
--test=conformance_test_${DRAFT}.yaml ${TEST_N} \
74-
${TEST_L} ${ONLY_TOOLS} ${JUNIT_XML} --basedir ${DRAFT} -- ${EXTRA}
77+
${TEST_L} ${TEST_J} ${ONLY_TOOLS} ${JUNIT_XML} --basedir ${DRAFT} -- ${EXTRA}
7578
)
7679
checkexit
7780
}

0 commit comments

Comments
 (0)