Skip to content

Commit 54619ba

Browse files
committed
added debug output, will be squashed/removed later
Signed-off-by: Kilian Hanich <[email protected]>
1 parent 02e04b9 commit 54619ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/system/101-create.bats

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,10 @@ teardown() {
776776
local build_context="./images/fedora/f39"
777777

778778
run "$TOOLBX" create --build "$build_context"
779-
assert_success
779+
if [ "$status" -ne 0 ]
780+
then
781+
echo "$output"
782+
fi
780783

781784
assert_line --index 0 "Created container: fedora-toolbox"
782785
assert_line --index 1 "Enter with: toolbox enter fedora-toolbox"

0 commit comments

Comments
 (0)