Skip to content

Commit

Permalink
Use enable_all_packages 'all' argument if passed in (trilinos#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 committed Jun 26, 2017
1 parent 06e0957 commit 7e3b752
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 7e3b752

Please sign in to comment.