summaryrefslogtreecommitdiff
path: root/bin/tests_okify.sh
diff options
context:
space:
mode:
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