This commit is contained in:
mimic
2020-08-27 01:12:31 +02:00
parent c8aee92a52
commit 6f52ca27b0
2 changed files with 50 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def test_all(testerPath,validTests,testPath):
outpos = test.replace('input-','output-')
# cmd = 'diff -u --brief -w {} <( '.format(join(testPath,outpos))+testerPath+' < {} )'.format(join(testPath,test))
cmd = 'bash ' + join(DATA_PATH, 'test-valid2.sh') + ' {} {} {} {} '.format(join(testPath, test),
cmd = 'bash ' + join(ROOT_DIR,'data' , 'test-valid2.sh') + ' {} {} {} {} '.format(join(testPath, test),
join(testPath, outpos), testerPath, join(testPath,'time.out'))
out,e = shellGitCheckout(cmd)