Version 2.2.3
[lttng-ust.git] / tests / test_loop
CommitLineData
1518fa0f
PMF
1#!/bin/bash
2
3DIR=$(dirname $0)
4
5while [ 0 ]; do
83b68040 6 $DIR/run.sh $DIR/unit_tests
1518fa0f
PMF
7 if [ "$?" != "0" ]; then
8 break;
9 fi
10done
11
12echo "$0: ********* STOPPED BECAUSE OF ERROR *********"
This page took 0.027578 seconds and 4 git commands to generate.