aboutsummaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 996c1e7..4138d7d 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -20,9 +20,13 @@ while [ $# -gt 0 ]; do
esac
done
+make -C svg-flatten -j build/svg-flatten.wasm
+
+rm -rf podman/testdata/git
mkdir -p podman/testdata/git
-git ls-tree --full-tree -r HEAD --name-only | rsync -lptgoDv --delete . --files-from - podman/testdata/git/
-#git clone --depth 1 . podman/testdata/git
+git clone --depth 1 . podman/testdata/git
+git ls-tree --full-tree -r HEAD --name-only | rsync -lptgoD --delete . --files-from - podman/testdata/git/
+rsync -a --delete svg-flatten/build/svg-flatten.wasm podman/testdata/git/svg-flatten/build/
for distro in ubuntu-old ubuntu arch
do