X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification_ust;h=f963bd0ced741b4ab907edad09cc1cc950164ece;hb=fe1c64c5d431a7944bd68fb7b0e7e4e86058baa0;hp=57ae52cbd8f6df9c1ec9003804ac2923c6ef4bef;hpb=f33e65faf5e4ffa7d249f58bf6dbdaf2bcb28693;p=lttng-tools.git diff --git a/tests/regression/tools/notification/test_notification_ust b/tests/regression/tools/notification/test_notification_ust index 57ae52cbd..f963bd0ce 100755 --- a/tests/regression/tools/notification/test_notification_ust +++ b/tests/regression/tools/notification/test_notification_ust @@ -53,7 +53,7 @@ function ust_event_generator if [[ -f $state_file ]]; then rm -rf $state_file 2> /dev/null fi - taskset -c 0 $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT > /dev/null 2>&1 + taskset -c "$(get_any_available_cpu)" $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT > /dev/null 2>&1 fi done }