diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-19 11:21:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-19 11:21:43 -0400 |
commit | c1189149053228204277708cc01037e6c9891d37 (patch) | |
tree | 428c25de7334c2df058ef87f846f33f5c0390f3c /bin/tests_okify.sh | |
parent | a26ab9064bc34e6695cb1e255522fab3f55deeb8 (diff) | |
download | astroconda-control-c1189149053228204277708cc01037e6c9891d37.tar.gz |
Diffstat (limited to 'bin/tests_okify.sh')
-rwxr-xr-x | bin/tests_okify.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/tests_okify.sh b/bin/tests_okify.sh index b46c43d..4b169fb 100755 --- a/bin/tests_okify.sh +++ b/bin/tests_okify.sh @@ -2,6 +2,8 @@ source /eng/ssb/auto/astroconda/include/midnight_special.sh source /eng/ssb/auto/astroconda/include/pre-common.sh +source activate pandokia + if [ "$groupdir" = "" ] then groupdir=/eng/ssb @@ -31,9 +33,13 @@ mv $h.ok $h.ok.process echo START +set -x + pdk ok -w $h.ok.process status=$? +set +x + echo END exit $status |