Skip to content

Commit

Permalink
disable reports from abilab
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 27, 2022
1 parent 814c66d commit fba74b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
export LIBABIGAIL_DEBUGINFO_DIR2=$PWD/second/usr/lib/debug
export ABILAB_DEBUGINFO_DIR1=$PWD/first/usr/lib/debug
export ABILAB_DEBUGINFO_DIR2=$PWD/second/usr/lib/debug
export ABILAB_DISABLE_REPORTS=true
printf "/opt/conda/bin/python test_libs.py ./first ./second ${{ matrix.artifacts[0] }} ${{ matrix.artifacts[1] }} ${outdir}\n"
/opt/conda/bin/python test_libs.py ./first ./second ${{ matrix.artifacts[0] }} ${{ matrix.artifacts[1] }} ${outdir}
Expand Down
6 changes: 3 additions & 3 deletions test_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def main(first, second, os_a, os_b, outdir):
run_spliced(lib, second_lib, experiment, outfile)

# Try cleaning up the libs after to make more space
for libname in [lib, second_lib]:
if os.path.exists(libname):
os.remove(libname)
# for libname in [lib, second_lib]:
# if os.path.exists(libname):
# os.remove(libname)


def run_spliced(A, B, experiment_name, outfile):
Expand Down

0 comments on commit fba74b9

Please sign in to comment.