We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd98cd + c31d100 commit 36a18fbCopy full SHA for 36a18fb
Runner/suites/Kernel/FunctionalArea/baseport/kaslr/run.sh
@@ -43,7 +43,7 @@ output=$(cat /proc/kallsyms | grep stext)
43
44
value=$(echo $output | awk '{print $1}')
45
46
-if [ $value = "0000000000000000" ]; then
+if [ $value != "0000000000000000" ]; then
47
log_pass "$TESTNAME : Test Passed"
48
echo "$TESTNAME PASS" > "$res_file"
49
else
0 commit comments