new bins from tests, hack to dwine to sleep 1 sec before test

This commit is contained in:
Egan Ford 2023-10-26 14:57:08 -06:00
parent f3991f4cd1
commit 9af2b2d8fd
7 changed files with 1 additions and 1 deletions

BIN
bin/c2d

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
dwine
View File

@ -1,4 +1,4 @@
#!/bin/bash
set -x
docker run --rm -it -v $PWD:/pwd wine32 bash -c "cd /pwd && wine $*"
docker run --rm -it -v $PWD:/pwd wine32 bash -c "cd /pwd && sleep 1 && wine $*"