Skip to content

Commit

Permalink
Added recursive option
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirrus CSE committed Feb 17, 2020
1 parent 2d7187a commit 4390cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/epcc-reframe
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Automatically sets the following options
# - -C ${EPCC_REFRAME_CONFIG}
# * -c ${EPCC_REFRAME_TEST_DIR}
# * -r
# * -R
#
# Requires the 'reframe' command to be in the user's PATH
#
Expand All @@ -26,6 +26,6 @@ fi

reframe -C ${EPCC_REFRAME_CONFIG} \
-c ${EPCC_REFRAME_TEST_DIR} \
-r \
-R \
$@

0 comments on commit 4390cbb

Please sign in to comment.