acba8b3988
- Remove intermediary types `Component`, `Script`, `Op`, `mount`: just use `cc.Value` directly - Remove `Executable` interface. - Execute llb code with a simple concrete type `Pipeline` - Analyze llb code with a simple utility `Analyze` Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org> |
||
---|---|---|
.. | ||
compute | ||
copy | ||
dependencies | ||
exec | ||
export | ||
fetch-container | ||
fetch-git | ||
input | ||
load | ||
mounts/valid | ||
repro-19 | ||
subdir/simple | ||
README.md | ||
test-lib.sh | ||
test-test.sh | ||
test.sh |
Testing
TL;DR
# Get help
./test.sh --help
# Run all tests
# You can also just call ./test.sh with no argument
# Also, `make integration` does exactly that
./test.sh all
# Run one random dagger cue directory, with expectations on exit code, stdout, stderr
./test.sh fetch-git/nonexistent/ref --exit=1 --stdout=
By default, the dagger binary is expected to be found in ../../cmd/dagger/dagger relative to the test.sh script.
If you need to change this, pass along DAGGER_BINARY=somewhere/dagger