Skip to content

Commit 78b146f

Browse files
committed
rm nginx bin file
1 parent 4ea642c commit 78b146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ for ver_tag in `cat test/ngx_versions_list`; do
1212
for build_type in configure-for-testing configure; do
1313

1414
# Build two configuration
15+
rm -f nginx/obj/nginx
1516
make $build_type
1617
make -j2
1718

18-
1919
# Test debug configuration
2020
if [ $build_type = "configure-for-testing" ]; then
2121
echo "[+] Start testing $ver_tag"

0 commit comments

Comments
 (0)