File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ cd "rizin-$CI_RZ_VERSION"
35
35
meson setup --buildtype=release -Denable_tests=false build
36
36
sudo ninja -C build install
37
37
38
- set +e
39
-
40
38
# cleanup
41
39
cd ..
42
40
rm -rf " rizin-*"
@@ -49,15 +47,15 @@ meson setup --buildtype=release -Dbuild_type=rizin --prefix=~/.local build
49
47
sudo ninja -C build install || sleep 0
50
48
51
49
# check if it was installed correctly and try to run it.
52
- HAS_JSDEC=$( rizin -Qc " Lc" | grep jsdec)
50
+ HAS_JSDEC=$( rizin -qc " Lc" | grep jsdec)
53
51
if [ -z " $HAS_JSDEC " ]; then
54
52
echo " rizin failed to load jsdec."
55
- rizin -e log.level=1 -Qc " Lc"
53
+ rizin -e log.level=0 -qc " Lc"
56
54
rizin -hh
57
55
exit 1
58
56
fi
59
57
60
- OUTPUT=$( rizin -Qc ' af ; pdd' /bin/ls)
58
+ OUTPUT=$( rizin -qc ' af ; pdd' /bin/ls)
61
59
CHECK=$( echo -e " $OUTPUT " | grep " jsdec pseudo code output" )
62
60
echo -e " $OUTPUT "
63
61
if [ -z " $CHECK " ]; then
You can’t perform that action at this time.
0 commit comments