Skip to content

Commit fafaf06

Browse files
committed
Distclean should only remove the files which configure created
1 parent 30c32eb commit fafaf06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/jobs/configure-checks/distclean.bats

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ build_default() {
266266
setup_helper
267267
run run_configure
268268
assert_success
269-
run make all
270-
if [ "$distro_id" = "ID=fedora" ]; then
271-
# Because compiling fails
272-
assert_failure
273-
else
274-
assert_success
275-
fi
269+
#run make all
270+
#if [ "$distro_id" = "ID=fedora" ]; then
271+
# # Because compiling fails
272+
# assert_failure
273+
#else
274+
# assert_success
275+
#fi
276276
after_files=$(find . -type f)
277277
# Find the new files not in the tarball
278278
#echo "# Working with: $after_files" >&3

0 commit comments

Comments
 (0)