Skip to content
Snippets Groups Projects

MAINT: adapt to new default keyword RECORD in FIND queries

Merged Henrik tom Wörden requested to merge f-refactor-find into dev
All threads resolved!
4 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
0
@@ -58,6 +58,8 @@ echo "./crawl.py -a $RUN_ID /"
set +e
if grep "There where unauthorized changes" $OUT
then
echo "There were still unauthorized changes which should not have happend!"
echo "Test FAILED!"
exit 1
fi
set -e
Loading