diff --git a/sampleScripts/remote-pull-test-push/remote-pull-test-push-ceerws1113.sh b/sampleScripts/remote-pull-test-push/remote-pull-test-push-ceerws1113.sh index 8f7340170d35..8748993ba7db 100755 --- a/sampleScripts/remote-pull-test-push/remote-pull-test-push-ceerws1113.sh +++ b/sampleScripts/remote-pull-test-push/remote-pull-test-push-ceerws1113.sh @@ -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