repo.or.cz
/
aurutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #981 from AladW/build-results-append
[aurutils.git]
/
tests
/
issue-test
blob
def6fd0b6caf8522db1d84d1769e07dcc72ab420
1
#!/bin/bash
2
for
i
in
issue
/*;
do
3
if
"
$i
"
>/
dev
/
null
2
>&
1
;
then
4
printf
'%s
\t
%s
\n
'
"
$i
"
OK
5
else
6
printf
'%s
\t
%s
\n
'
"
$i
"
FAIL
7
fi
8
done