Update subprojects in test suite

Especially necessary for the "new lexer" branch
This commit is contained in:
ISSOtm
2020-08-18 16:40:41 +02:00
parent df27af6d1c
commit f57d33b17a

View File

@@ -26,7 +26,7 @@ if [ ! -d pokecrystal ]; then
fi fi
pushd pokecrystal pushd pokecrystal
git fetch git fetch
git checkout d96f914315c6ab82d30facbc4a5be1710f3c4a33 git checkout b577e4e179711e96f8e059b42c7115e7103a4a69
make clean make clean
make -j4 compare make -j4 compare
popd popd
@@ -36,7 +36,7 @@ if [ ! -d pokered ]; then
fi fi
pushd pokered pushd pokered
git fetch git fetch
git checkout 3e554e1d5206f0ede60f7e99e68637b7f13bc683 git checkout 2fe1505babaf02b995cc0d9c3a827b798935b19a
make clean make clean
make -j4 compare make -j4 compare
popd popd