Subversion Repositories SmartDukaan

Rev

Rev 10391 | Rev 20387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10391 Rev 13517
Line 82... Line 82...
82
 
82
 
83
if [ $ACTION = "UPDATE" -a $STATUS -ne 0 ]
83
if [ $ACTION = "UPDATE" -a $STATUS -ne 0 ]
84
then
84
then
85
    echo "Update failed.\n"
85
    echo "Update failed.\n"
86
#	/code/trunk/runutils/ContentUpdationManager.sh ROLLBACK
86
#	/code/trunk/runutils/ContentUpdationManager.sh ROLLBACK
87
else
-
 
88
    echo "====================="
-
 
89
    echo "Generating and Junglee Prices and Availability Uploading to FTP site."
-
 
90
    java -cp ${M2_CLASSPATH}  in.shop2020.util.AmazonSCDataGenerator > ${PRICES_AND_AVAILABILITY_LOG}  
-
 
91
    echo "====================="
-
 
92
fi
87
fi
93
 
88
 
94
echo "Sleeping for 10 minutes before running tests"
89
echo "Sleeping for 10 minutes before running tests"
95
sleep 10m;
90
sleep 10m;
96
echo "Starting test on Production Servers"
91
echo "Starting test on Production Servers"