Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
9 lines
232 B
Bash
Executable File
9 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# In keeping with the normal way of doing bisectin, this script is meant to
|
|
# remove files specific to the particular run of the bisector.
|
|
#
|
|
# This file is called from main-bisect-test.sh
|
|
|
|
rm full_bisect_test/common.sh
|