Skip to content

Commit 0087042

Browse files
committed
simple test will report all day success
1 parent 999a61a commit 0087042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tester/tester.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ echo "File extraction complete."
9898
nsuccess=$(($SUCCESS+1))
9999
if [ $nsuccess = 12 ]; then
100100
nsuccess=0
101+
post_message "Upload+extract test script continuous 24 hours success!"
101102
fi
102103
echo $nsuccess
103104
export SUCCESS=$nsuccess
104105
env > ./my_env.sh
105-
post_message "Upload+extract test script continuous 24 hours success!"
106106

107107
# ------------------------ Delete dataset ------------------------
108108
curl -X DELETE $CLOWDER_URL/api/datasets/$DATASET_ID?key=$CLOWDER_KEY

0 commit comments

Comments
 (0)