mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
minor
This commit is contained in:
parent
e00c5068af
commit
a2dd35ae38
@ -23,14 +23,13 @@ for fname in files:
|
||||
for line in data:
|
||||
if 'TEST_CASE' in line:
|
||||
cmd = line.split("\"")[1]
|
||||
print(cmd)
|
||||
tested.append(cmd)
|
||||
|
||||
out = subprocess.run(['g', 'list'], capture_output = True, encoding=locale.getpreferredencoding())
|
||||
all_cmd = out.stdout.splitlines()
|
||||
all_cmd.pop(0)
|
||||
|
||||
|
||||
if 'vrf' in all_cmd:
|
||||
print('HEY\n')
|
||||
|
||||
if args.startswith is not None:
|
||||
all_cmd = [cmd for cmd in all_cmd if cmd.startswith(args.startswith)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user