projects
/
ust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Update to urcu/ref.h and urcu/uatomic.h
[ust.git]
/
tests
/
test_loop
Commit
Line
Data
1518fa0f
PMF
1
#!/bin/bash
2
3
DIR=$(dirname $0)
4
5
while [ 0 ]; do
6
$DIR/runtests
7
if [ "$?" != "0" ]; then
8
break;
9
fi
10
done
11
12
echo "$0: ********* STOPPED BECAUSE OF ERROR *********"
This page took
0.031254 seconds
and
4
git commands to generate.