summaryrefslogtreecommitdiff
path: root/bin/tests_okify.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-08-19 11:21:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-08-19 11:21:43 -0400
commitc1189149053228204277708cc01037e6c9891d37 (patch)
tree428c25de7334c2df058ef87f846f33f5c0390f3c /bin/tests_okify.sh
parenta26ab9064bc34e6695cb1e255522fab3f55deeb8 (diff)
downloadastroconda-control-master.tar.gz
Rolling updateHEADmaster
Diffstat (limited to 'bin/tests_okify.sh')
-rwxr-xr-xbin/tests_okify.sh6
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