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