aboutsummaryrefslogtreecommitdiffstats
path: root/tests/scripts
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-12 19:32:13 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commit71fb85cc79a10a94acfc23cc251fb2af3f4201d6 (patch)
tree167f9b50ef681eefa795356bb7ffb571025a08d7 /tests/scripts
parentfc046c48cd3a6de554c9f6171c73aeabd0b42d35 (diff)
tests: Get more information about CPU and user limits
Diffstat (limited to 'tests/scripts')
-rwxr-xr-xtests/scripts/decode.sh2
-rwxr-xr-xtests/scripts/decrypt.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/scripts/decode.sh b/tests/scripts/decode.sh
index 98aa165..1ec7bf8 100755
--- a/tests/scripts/decode.sh
+++ b/tests/scripts/decode.sh
@@ -19,6 +19,8 @@ export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m BCCH -
echo "Testing with:"
echo " $RUNLINE"
gnuradio-config-info --version
+cat /proc/cpuinfo
+ulimit -a
cd "$TEST_DIR" || exit 1
head -c 6000000 $CAPFILE > $SHORTENED_CAPFILE
diff --git a/tests/scripts/decrypt.sh b/tests/scripts/decrypt.sh
index 824955f..5c33537 100755
--- a/tests/scripts/decrypt.sh
+++ b/tests/scripts/decrypt.sh
@@ -19,6 +19,8 @@ export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m SDCCH8
echo "Testing with:"
echo " $RUNLINE"
gnuradio-config-info --version
+cat /proc/cpuinfo
+ulimit -a
cd "$TEST_DIR" || exit 1
head -c -37000000 $CAPFILE | head -c 35800000 > $SHORTENED_CAPFILE