summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-08-30 14:02:57 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-08-30 15:05:37 -0700
commit2e492ed9958b1546ba0ff043b9d26117242b5455 (patch)
treeca25bc7043b00ed8e658dbf81626e3058646ccac /tests
parentbe0c7aa57795bf627690b7437ea8c6f86dde15b0 (diff)
downloadacpica-2e492ed9958b1546ba0ff043b9d26117242b5455.tar.gz
ASLTS: script: removing debug messages, no functional change
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/aslts/bin/Do3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/aslts/bin/Do b/tests/aslts/bin/Do
index f8411bbbd..c7e26b8fe 100755
--- a/tests/aslts/bin/Do
+++ b/tests/aslts/bin/Do
@@ -327,8 +327,6 @@ binary_compare()
disasm_compile_dir="$ASLTSDIR/tmp/aml/$aslversion/$mode"
normal_compile_dir="$ASLTSDIR/tmp/aml/$aslversion/nopt/64"
- echo "disasm path $disasm_compile_dir"
- echo "normal path $normal_compile_dir"
if [ ! -d $disasm_compile_dir ]; then
echo "$dism_compile_dir does not exist. Aborting binary compare"
@@ -355,7 +353,6 @@ make_install()
local res=0 nres=0
execonly=$2
- echo $1 $2 $ENABLENORM32
if [ $ENABLENORM32 != 0 ]; then
echo "Make n32"
make_target install "$1" "n32"