Commit 8baaf6b0 authored by Lev Walkin's avatar Lev Walkin

fix randomized failures on fast enough systems

parent ce2068a5
......@@ -60,7 +60,7 @@ make_clean_before_test() {
# critical portion of the objects. This will reach our objective
# of fast compile times (since most of skeletons are not recompiled),
# but won't yield a stale T.o object where newer T.c source exists.
rm -f T.o || :
rm -f T.o libasncodec.a || :
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment