jjb: lava: remove useless and periodically failing git clone
[lttng-ci.git] / scripts / lttng-baremetal-tests / kprobe-fuzzing.sh
index 254123cc12d9bc69fe9655cfc79d793344191186..fab987bbf7d2e0e8b2407e849884d979be7b7ce8 100755 (executable)
@@ -26,6 +26,10 @@ set -x
 # Loop over the list of symbols and enable the symbols in groups of
 # $NB_KPROBE_PER_ITER
 for i in $(seq 0 "$NB_KPROBE_PER_ITER" "$nb_syms"); do
+       # Print time in UTC at each iteration to easily see when the script
+       # hangs
+       date --utc
+
        # Pick $NB_KPROBE_PER_ITER symbols to instrument, craft enable-event
        # command and save them to a file. We craft the commands and executed
        # them in two steps so that the pipeline can be done without the bash
This page took 0.024115 seconds and 4 git commands to generate.