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