We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c32eb commit fafaf06Copy full SHA for fafaf06
.github/jobs/configure-checks/distclean.bats
@@ -266,13 +266,13 @@ build_default() {
266
setup_helper
267
run run_configure
268
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
+ #run make all
+ #if [ "$distro_id" = "ID=fedora" ]; then
+ # # Because compiling fails
+ # assert_failure
+ #else
+ # assert_success
+ #fi
276
after_files=$(find . -type f)
277
# Find the new files not in the tarball
278
#echo "# Working with: $after_files" >&3
0 commit comments