Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117753619
drydock.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
527 B
Referenced Files
None
Subscribers
None
drydock.sh
View Options
#!/bin/bash
if
[
-z
"
${
uri
}
"
]
;
then
uri
=
$1
fi
if
[
-z
"
${
commit
}
"
]
;
then
commit
=
$2
export
commit
fi
# Once with -Werror
CFLAGS
=
"-g -fPIC -W -Wall -Wextra -Werror"
export
CFLAGS
for
script
in
`
find contrib/drydock-tests/ -type f -name
"*.sh"
|
sort
`
;
do
if
[
-x
$script
]
;
then
echo
"Running script
$script
"
./
$script
2
>
&
1
;
retval
=
$?
else
echo
"Skipping
$script
"
fi
if
[
${
retval
}
-ne
0
]
;
then
echo
"Script ./
$script
FAILED"
exit
${
retval
}
fi
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Apr 4, 5:46 AM (1 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18757539
Default Alt Text
drydock.sh (527 B)
Attached To
Mode
R111 cyrus-imapd
Attached
Detach File
Event Timeline