mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-21 22:48:19 +00:00
split up tests too
This commit is contained in:
parent
a8c70f6e02
commit
5aeb9dad88
9 changed files with 53 additions and 41 deletions
9
cmd/wait/test.sh
Executable file
9
cmd/wait/test.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
uid=image-$(date +%s)
|
||||
crane manifest wait.kontain.me/${uid} || true
|
||||
sleep 11 # for good measure
|
||||
time crane validate --remote=wait.kontain.me/${uid}
|
||||
time crane validate --remote=wait.kontain.me/${uid}
|
||||
Loading…
Add table
Add a link
Reference in a new issue