Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117759306
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
738 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/drydocker/roundcubemail/test_unit.sh b/drydocker/roundcubemail/test_unit.sh
index a204834..a6c288b 100755
--- a/drydocker/roundcubemail/test_unit.sh
+++ b/drydocker/roundcubemail/test_unit.sh
@@ -1,31 +1,28 @@
#!/bin/bash
pushd /srv/${PACKAGE}.git
pushd tests
set -x
-yum -y install strace
-
-strace -s 200 -ff \
- /usr/bin/php \
+/usr/bin/php \
-d display_errors=On \
-d display_startup_errors=On \
-d error_reporting=On \
/usr/bin/phpunit --debug
retval=$?
set - -x
if [ ${retval} -ne 0 ]; then
echo "FAILED unit tests. Return code $?"
if [ -f "/srv/${PACKAGE}.git/logs/errors" ]; then
cat /srv/${PACKAGE}.git/logs/errors
fi
exit 1
fi
popd
popd
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Apr 4 2026, 10:12 AM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823613
Default Alt Text
(738 B)
Attached To
Mode
rQA stick
Attached
Detach File
Event Timeline