Skip to content

Commit

Permalink
fix the listing of moved crucible installs in tests/test-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Nov 3, 2024
1 parent 703b5c8 commit 425337f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-installer
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ for arg_mode in client-server engine; do
--${arg_mode}-auth-file /tmp/auth-file.json \
--verbose
test "$?" = "0" || exit 1
ls /opt/crucible-moved* || exit 1
ls -ld /opt/crucible-moved* || exit 1
stop_test
done

Expand All @@ -153,7 +153,7 @@ for arg_mode in client-server engine; do
--${arg_mode}-registry myregistry.io/crucible \
--verbose
test "$?" = "0" || exit 1
ls /opt/crucible-moved* || exit 1
ls -ld /opt/crucible-moved* || exit 1
stop_test
done

Expand Down Expand Up @@ -192,7 +192,7 @@ for arg_mode in client-server engine; do
--${arg_mode}-auth-file /tmp/auth-file.json \
--verbose
test "$?" = "0" || exit 1
ls /opt/crucible-moved* || exit 1
ls -ld /opt/crucible-moved* || exit 1
stop_test
done
done
Expand Down

0 comments on commit 425337f

Please sign in to comment.