From 6683a055977b731667f81fdc8cf53d16e1ee2d70 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Mon, 26 Jun 2017 08:38:32 -0600 Subject: [PATCH] Use enable_all_packages 'all' argument if passed in (#482) Now I can force testing of all packages by passing in 'blocking all'. --- .../remote-pull-test-push-ceerws1113.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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