File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11test-e2e :
2- bats test/ e2e/ tests / *.bats
2+ bats test/ e2e/ ** / *.bats
File renamed without changes.
Original file line number Diff line number Diff line change 11setup () {
2- load " ../lib/bats-support/load.bash"
3- load " ../lib/bats-assert/load.bash"
2+ load " ../../ lib/bats-support/load.bash"
3+ load " ../../ lib/bats-assert/load.bash"
44}
55
66@test " should have isthmus time if isthmus_time_offset is configured" {
77 local ENCLAVE_ID=op-isthmus--001
8+ local ARGS_FILE=$BATS_TEST_DIRNAME /assets/kurtosis_args_isthmus.yaml
9+ assert [ -f " $ARGS_FILE " ]
810
911 # First we start the enclave
10- run kurtosis run --enclave $ENCLAVE_ID . --args-file test/e2e/tests /assets/kurtosis_args_isthmus.yaml
12+ run kurtosis run --enclave $ENCLAVE_ID . --args-file $BATS_TEST_DIRNAME /assets/kurtosis_args_isthmus.yaml
1113 assert_success
1214
1315 # We get the UUID of the op-geth service
You can’t perform that action at this time.
0 commit comments