mirror of https://github.com/openXC7/prjxray.git
intpips: todo look at last iter, not iter not yet completed
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
a1ff5f8687
commit
ff74345289
|
|
@ -53,7 +53,7 @@ build/pips_int_l.txt: $(XRAY_DIR)/fuzzers/piplist.tcl
|
|||
|
||||
build/todo.txt: build/pips_int_l.txt $(XRAY_DIR)/fuzzers/int_maketodo.py
|
||||
# Doesn't pushdb until very end. Compare against db so far
|
||||
python3 $(XRAY_DIR)/fuzzers/int_maketodo.py --db-dir build/$(ITER) $(MAKETODO_FLAGS) >build/todo_all.txt
|
||||
python3 $(XRAY_DIR)/fuzzers/int_maketodo.py --db-dir build $(MAKETODO_FLAGS) >build/todo_all.txt
|
||||
cat build/todo_all.txt | sort -R > build/todo.txt.tmp
|
||||
mv build/todo.txt.tmp build/todo.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue