aboutsummaryrefslogtreecommitdiffstats
path: root/tests/scripts
diff options
context:
space:
mode:
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