Skip to content

Commit

Permalink
archive tests, refs #21
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15406 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
behrisch committed Jan 14, 2014
1 parent 609ee76 commit a03da19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sumo/tools/build/dailyBuildMSVC.py
Expand Up @@ -193,9 +193,9 @@
subprocess.call("texttest.py -b "+env["FILEPREFIX"]+nameopt, stdout=log, stderr=subprocess.STDOUT, shell=True)
subprocess.call("texttest.py -a sumo.gui -b "+env["FILEPREFIX"]+nameopt, stdout=log, stderr=subprocess.STDOUT, shell=True)
subprocess.call("texttest.py -b "+env["FILEPREFIX"]+" -coll", stdout=log, stderr=subprocess.STDOUT, shell=True)
# ago = datetime.datetime.now() - datetime.timedelta(30)
# subprocess.call('texttest.py -s "batch.ArchiveRepository session='+env["FILEPREFIX"]+' before=%s"' % ago.strftime("%d%b%Y"),
# stdout=log, stderr=subprocess.STDOUT, shell=True)
ago = datetime.datetime.now() - datetime.timedelta(100)
subprocess.call('texttest.py -s "batch.ArchiveRepository session='+env["FILEPREFIX"]+' before=%s"' % ago.strftime("%d%b%Y"),
stdout=log, stderr=subprocess.STDOUT, shell=True)
log.close()
log = open(statusLog, 'w')
status.printStatus(makeLog, makeAllLog, env["TEXTTEST_TMP"], env["SMTP_SERVER"], log)
Expand Down

0 comments on commit a03da19

Please sign in to comment.