Skip to content

Commit

Permalink
Use enable_all_packages 'all' argument if passed in (#482)
Browse files Browse the repository at this point in the history
Now I can force testing of all packages by passing in 'blocking all'.
  • Loading branch information
bartlettroscoe authored and lxmota committed Jun 28, 2017
1 parent f8bd6c5 commit 6683a05
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ if [ "$BLOCKING_NONBLOCKING" == "" ] ; then
BLOCKING_NONBLOCKING=nonblocking
fi

ENABLE_ALL_PACKAGES=$2

cd $HOME/Trilinos.base/

./Trilinos/cmake/std/sems/remote-pull-test-push.sh \
ceerws1113 \
/scratch/$USER/TRILINOS_PUSH_SERVER \
$BLOCKING_NONBLOCKING
$BLOCKING_NONBLOCKING \
$ENABLE_ALL_PACKAGES

0 comments on commit 6683a05

Please sign in to comment.