From e5136beccc0c42bd7d28bd8b1409fd4c9acf88d0 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Wed, 5 Oct 2016 21:49:48 +0000
Subject: [PATCH] removed extraneous debug output from script, fixed nonce
 plugin to slow-path correctly.  were previously missing on some slow path
 insns in shared libraries.

Former-commit-id: 7b0a395298d7138e8e1a207035fd8f8dc785ec5a
---
 tools/selective_cfi/tests/test_dude.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/selective_cfi/tests/test_dude.sh b/tools/selective_cfi/tests/test_dude.sh
index 57bd9c121..b7548fa3c 100755
--- a/tools/selective_cfi/tests/test_dude.sh
+++ b/tools/selective_cfi/tests/test_dude.sh
@@ -1,4 +1,4 @@
-#!/bin/bash  -x
+#!/bin/bash  
 
 do_cfi()
 {
-- 
GitLab