Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit cb19cd3

Browse files
authored
This is not how --test works
1 parent dc88791 commit cb19cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

condense.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ DEMO_FILES=$(find $DEMO_PATH -mmin +$DEMO_MINIMUM_MINUTES -name $DEMO_PATTERN)
99
for DEMO_FILE in $DEMO_FILES
1010
do
1111
echo "Compressing demo file: ${DEMO_FILE}"
12-
#Compress Test Level9 Threads1
13-
xz -zt9 -T1 $DEMO_FILE
12+
#Compress Level9 Threads1
13+
xz -z9 -T1 $DEMO_FILE
1414
done

0 commit comments

Comments
 (0)