Testing with isam b.
[idzebra-moved-to-github.git] / test / gils / t1.sh
index 56f0746..4ad77bf 100755 (executable)
@@ -1,3 +1,7 @@
-../../index/zebraidx -l idx.log init || exit 1
-rm -f records/esdd000[12].grs
+echo "initializing..."
+mkdir -p reg
+../../index/zebraidx -l idx.log -c zebra1.cfg init || exit 1
+rm -f records/esdd000[12].grs # these should not be here, will be created later
+echo "updating..."
 ../../index/zebraidx -l idx.log -c zebra1.cfg update records  || exit 2
+echo "ok"