#!/bin/sh # description: Basic test for tracers for t in `cat available_tracers`; do echo $t > current_tracer || exit 1 done echo nop > current_tracer