From e20ebb3dc1ae6419f78850401525872d25d438e3 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 11 Mar 2014 17:58:43 +0100 Subject: [PATCH] Chmod +x on test files --- tests/test_analyzer_preprocessors.py | 0 tests/test_analyzers_stress.py | 0 tests/test_array_decoding.py | 0 tests/test_decoder_utils.py | 0 tests/test_transcoding_streaming.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/test_analyzer_preprocessors.py mode change 100644 => 100755 tests/test_analyzers_stress.py mode change 100644 => 100755 tests/test_array_decoding.py mode change 100644 => 100755 tests/test_decoder_utils.py mode change 100644 => 100755 tests/test_transcoding_streaming.py diff --git a/tests/test_analyzer_preprocessors.py b/tests/test_analyzer_preprocessors.py old mode 100644 new mode 100755 diff --git a/tests/test_analyzers_stress.py b/tests/test_analyzers_stress.py old mode 100644 new mode 100755 diff --git a/tests/test_array_decoding.py b/tests/test_array_decoding.py old mode 100644 new mode 100755 diff --git a/tests/test_decoder_utils.py b/tests/test_decoder_utils.py old mode 100644 new mode 100755 diff --git a/tests/test_transcoding_streaming.py b/tests/test_transcoding_streaming.py old mode 100644 new mode 100755 -- 2.39.5