Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Nov 18, 2024
1 parent eed02a8 commit f789d30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/system-test-runtime-environment-arch-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- include_tasks: build.yaml

- name: Run the (arch-fedora,runtime-environment) system tests
command: bats --filter-tags arch-fedora,runtime-environment ./test/system
command: bats --filter-tags arch-fedora,runtime-environment --print-output-on-failure --show-output-of-passing-tests --verbose-run ./test/system/203-network.bats
environment:
TMPDIR: '/var/tmp'
TOOLBX: '/usr/local/bin/toolbox'
Expand Down
4 changes: 4 additions & 0 deletions test/system/203-network.bats
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ teardown() {
@test "network: /etc/resolv.conf inside the default container" {
create_default_container

run ls -l /etc/resolv.conf

run --keep-empty-lines --separate-stderr "$TOOLBX" run ls -l /etc/resolv.conf

run --keep-empty-lines --separate-stderr "$TOOLBX" run readlink /etc/resolv.conf

assert_success
Expand Down

0 comments on commit f789d30

Please sign in to comment.