ref: 4dee999f680f9066c081d10e670ed5b0bae9c942
parent: 9a4941c7946720ffda3085ee5531a4f9e60ee2e0
author: Jakub Kądziołka <kuba@kadziolka.net>
date: Wed Jun 5 16:53:32 EDT 2019
Clean the test repositories before running tests
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -25,6 +25,7 @@
pushd pokecrystal
git fetch
git checkout 06e169d
+make clean
make -j
make compare
popd
@@ -35,6 +36,7 @@
pushd pokered
git fetch
git checkout 98f09b6
+make clean
make -j
make compare
popd
@@ -45,5 +47,6 @@
pushd ucity
git fetch
git checkout 3315601
+make clean
make -j
popd