Skip to content

Commit 9062742

Browse files
committed
chore(linux): Debug test failures
This no longer suppresses the output of cleanup.
1 parent 4e4a121 commit 9062742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/ibus-keyman/tests/scripts/test-helper.inc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function cleanup() {
278278
if [ -f "$PID_FILE" ]; then
279279
echo
280280
echo "# Shutting down processes..."
281-
bash "$PID_FILE" > /dev/null 2>&1
281+
bash "$PID_FILE" # > /dev/null 2>&1
282282
rm "$PID_FILE"
283283
echo "# Finished shutdown of processes."
284284
fi

0 commit comments

Comments
 (0)