diff options
author | Hoang M. Le <hle@informatik.uni-bremen.de> | 2017-04-06 11:59:00 +0200 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2017-04-07 23:54:35 +0100 |
commit | 93224d9855e968f2233c234a4ef1c48da24a1dd4 (patch) | |
tree | ff7432c84d95044f816be18544f33427ea1112d0 | |
parent | a40e354dd138738792a67ea5f2b632690d393a83 (diff) | |
download | klee-93224d9855e968f2233c234a4ef1c48da24a1dd4.tar.gz |
[travis] fix a git submodule failure of metaSMT
-rwxr-xr-x | .travis/metaSMT.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/metaSMT.sh b/.travis/metaSMT.sh index 26a61c6b..11f05758 100755 --- a/.travis/metaSMT.sh +++ b/.travis/metaSMT.sh @@ -10,7 +10,7 @@ sudo apt-get -y install libboost1.55-dev libz3 libz3-dev libgmp-dev # Clone git clone -b ${METASMT_VERSION} --single-branch --depth 1 https://github.com/hoangmle/metaSMT.git cd metaSMT -git submodule update --init --depth 1 +git submodule update --init source ${KLEE_SRC}/.travis/sanitizer_flags.sh if [ "X${IS_SANITIZED_BUILD}" != "X0" ]; then |