1 2 3 4 5 6
#!/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