We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d197979 commit 26bf1bfCopy full SHA for 26bf1bf
src/install-kani.sh
@@ -2,8 +2,6 @@
2
# Copyright Kani Contributors
3
# SPDX-License-Identifier: Apache-2.0 OR MIT
4
5
-set -x
6
-
7
# If version is latest, install directly from cargo
8
if [ "$1" == "latest" ]; then
9
cargo +stable install --locked kani-verifier;
@@ -35,8 +33,6 @@ if [ $? -eq 0 ]; then
35
33
fi
36
34
37
if [ "$installed_version" != "$requested_version" ]; then
38
- echo "Installed version: $installed_version"
39
- echo "Requested version: $requested_version"
40
echo "::error::The version of Kani installed was different than the one requested"
41
exit 1
42
0 commit comments