daca2: update aws script. copy results for raspberry.

This commit is contained in:
Daniel Marjamäki 2013-11-24 14:55:49 +01:00
parent 38b2f6b9b0
commit 4e626d0907
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ def daca2(foldernum):
subprocess.call(['python', 'tools/daca2.py', folder, '--rev=' + rev])
subprocess.call(['cp',
os.path.expanduser('~/daca2/' + folder + '/results.txt'),
os.path.expanduser('~/daca2/results-' + folder + '.txt')])
subprocess.call(['make', 'clean'])
foldernum = 0
while True: