From c2cdb6926aabec8c0f16f6f4719de9898136e6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Tue, 27 Dec 2022 12:32:37 -0300 Subject: [PATCH] Foregrounding also package --- pulsar.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pulsar.sh b/pulsar.sh index 92e68fd13..7f501f542 100755 --- a/pulsar.sh +++ b/pulsar.sh @@ -16,7 +16,7 @@ ATOM_ADD=false ATOM_NEW_WINDOW=false EXIT_CODE_OVERRIDE= -while getopts ":anwtfvh-:" opt; do +while getopts ":anwtfvhp-:" opt; do case "$opt" in -) case "${OPTARG}" in @@ -30,10 +30,9 @@ while getopts ":anwtfvh-:" opt; do WAIT=1 ;; help|version) - REDIRECT_STDERR=1 EXPECT_OUTPUT=1 ;; - foreground|benchmark|benchmark-test|test) + foreground|benchmark|benchmark-test|test|package) EXPECT_OUTPUT=1 ;; enable-electron-logging) @@ -50,11 +49,7 @@ while getopts ":anwtfvh-:" opt; do w) WAIT=1 ;; - h|v) - REDIRECT_STDERR=1 - EXPECT_OUTPUT=1 - ;; - f|t) + f|t|h|v|p) EXPECT_OUTPUT=1 ;; esac