First public contribution.
2 # Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 # This component and the accompanying materials are made available
5 # under the terms of the License "Eclipse Public License v1.0"
6 # which accompanies this distribution, and is available
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 # Initial Contributors:
10 # Nokia Corporation - initial contribution.
19 # This program simply schedules the tests to run every day at 9pm
20 # Currently only builds against Typhoon mainline 02129
23 (my $hour, my $day) = (localtime)[2, 3];
26 # for the moment, do unzip, perforce sync, build, and test, but using wins/udeb
27 system("perl -w RunSecurityTests.pl -a");
30 (my $date = `date /t`) =~ s/\n//;
31 (my $time = `time /t`) =~ s/\n//;
32 print "Sleeping for 59 mins at $date $time\n";
34 # now sleep for 59 minutes