We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4a121 commit 9062742Copy full SHA for 9062742
linux/ibus-keyman/tests/scripts/test-helper.inc.sh
@@ -278,7 +278,7 @@ function cleanup() {
278
if [ -f "$PID_FILE" ]; then
279
echo
280
echo "# Shutting down processes..."
281
- bash "$PID_FILE" > /dev/null 2>&1
+ bash "$PID_FILE" # > /dev/null 2>&1
282
rm "$PID_FILE"
283
echo "# Finished shutdown of processes."
284
fi
0 commit comments