[Git][java-team/eclipse-tracecompass][test] removedebug
Sudip Mukherjee
gitlab at salsa.debian.org
Wed Dec 23 20:33:48 GMT 2020
Sudip Mukherjee pushed to branch test at Debian Java Maintainers / eclipse-tracecompass
Commits:
044c205c by Sudip Mukherjee at 2020-12-23T20:33:33+00:00
removedebug
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
- - - - -
1 changed file:
- debian/tests/test-gui
Changes:
=====================================
debian/tests/test-gui
=====================================
@@ -1,6 +1,6 @@
#!/bin/sh
-set -efux
+set -efu
if [ -z "$AUTOPKGTEST_TMP" ]; then
AUTOPKGTEST_TMP=tmp
@@ -21,11 +21,9 @@ export XAUTHORITY=/dev/null
cd $AUTOPKGTEST_TMP
mkdir -p home
cp /usr/bin/tracecompass .
-sed -i "s/1.8/1.8 \-Dorg.eclipse.swt.internal.SessionManagerDBus.disable \-Duser.home=.\/home \-debug/g" tracecompass
-sed -i "s/tracecompass/tracecompass \-debug/g" tracecompass
-cat tracecompass
+sed -i "s/1.8/1.8 \-Dorg.eclipse.swt.internal.SessionManagerDBus.disable \-Duser.home=.\/home/g" tracecompass
./tracecompass &
-ps
+sleep 10
pid=`pgrep java`
echo $pid
win=`xdotool search --sync --onlyvisible --all --pid $pid --name 'Trace Compass'`
View it on GitLab: https://salsa.debian.org/java-team/eclipse-tracecompass/-/commit/044c205ccfb76a6b385fa50c90c21391a766e0a0
--
View it on GitLab: https://salsa.debian.org/java-team/eclipse-tracecompass/-/commit/044c205ccfb76a6b385fa50c90c21391a766e0a0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201223/e341e4b3/attachment.html>
More information about the pkg-java-commits
mailing list