We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25be21d commit 50c8892Copy full SHA for 50c8892
1 file changed
releng/update-site-tests/run-all-cases.sh
@@ -106,7 +106,8 @@ echo "Downloading Espressif-IDE from: $ESPRESSIF_IDE_URL"
106
curl -fsSL "$ESPRESSIF_IDE_URL" -o "$ESP_IDE_WORK/espressif-ide.tar.gz"
107
108
echo "Extracting Espressif-IDE..."
109
-tar -xzf "$ESP_IDE_WORK/espressif-ide.tar.gz" -C "$ESP_IDE_WORK"
+tar -xzf "$ESP_IDE_WORK/espressif-ide.tar.gz" -C "$ESP_IDE_WORK" \
110
+ 2> >(grep -v "LIBARCHIVE.creationtime" >&2)
111
112
# Figure out where the eclipse executable is after extraction
113
# Usually archive contains a top-level "eclipse/" directory
0 commit comments