mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 01:56:18 +01:00
Fixing tests
This commit is contained in:
parent
e505f991df
commit
e45325e25a
@ -248,7 +248,7 @@ def main():
|
||||
"" ]
|
||||
|
||||
tmp = "EXTRA_DIST += "
|
||||
r = subprocess.check_output("git ls-tree --name-only -r master".split())
|
||||
r = subprocess.check_output("git ls-tree --name-only -r HEAD".split())
|
||||
for line in r.splitlines():
|
||||
if "share/qmckl/test_data/" in line:
|
||||
tmp += " \\\n " + line
|
||||
|
Loading…
Reference in New Issue
Block a user