summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-05-07 21:15:57 -0400
committergumi <git@gumi.ca>2018-05-07 21:15:57 -0400
commita4eb2a6d82d2c3810278185a89c1dd38f7d96f23 (patch)
treefd263524abef08bc7fb00acafee56a5b65a7ff36
parent619cf054c3ca2ad08b5dd7c39a347272b4ebca5f (diff)
downloadevol-tools-a4eb2a6d82d2c3810278185a89c1dd38f7d96f23.tar.gz
evol-tools-a4eb2a6d82d2c3810278185a89c1dd38f7d96f23.tar.bz2
evol-tools-a4eb2a6d82d2c3810278185a89c1dd38f7d96f23.tar.xz
evol-tools-a4eb2a6d82d2c3810278185a89c1dd38f7d96f23.zip
make the test wrapper apply db updates on rebuild
-rw-r--r--herculeswrapper/include.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh
index 4ee3750..36184c9 100644
--- a/herculeswrapper/include.sh
+++ b/herculeswrapper/include.sh
@@ -91,6 +91,7 @@ function build_all {
./build.sh 2>err.txt
cat err.txt
cd ../server-data
+ make updatedb
}
function build_clean {