6 CURRENT_DIR = os.path.dirname(__file__)
7 test_file = open(CURRENT_DIR +
"/list_files.txt")
9 splitted_line = line.split()
10 input_file = splitted_line[0]
11 lang = splitted_line[1]
12 cmd = (CURRENT_DIR +
"/test -c -i " + CURRENT_DIR +
"/" + input_file +
" -l " + lang)
15 print(lang +
": Error")