Skip to content

Commit 8e7ea31

Browse files
committed
Ensure that etc/scripts tests are running
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e339571 commit 8e7ea31

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

etc/scripts/test_json2csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_can_process_scan_from_json_scan(self):
208208
json_file = self.get_temp_file('json')
209209
scan_cmd = os.path.join(scancode.root_dir, 'scancode')
210210
rc, _stdout, _stderr = execute(scan_cmd,
211-
['-clip', '--email', '--url', '--format', 'json',test_dir, json_file])
211+
['-clip', '--email', '--url', '--strip-root', '--format', 'json',test_dir, json_file])
212212
assert rc ==0
213213
result_file = self.get_temp_file('.csv')
214214
with open(result_file, 'wb') as rf:

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ norecursedirs =
2121
samples
2222
.cache
2323
.settings
24-
etc
2524
Include
2625
include
2726
Lib

0 commit comments

Comments
 (0)