Skip to content

Commit

Permalink
[Nyx] Fix coverage data artifact directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jun 13, 2024
1 parent 75a0965 commit 0b69137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion services/nyx/launch-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ onexit () {
}
trap onexit EXIT

mkdir -p /covdata
chown -R worker:worker /home/worker/sharedir
chown root:worker /logs
chown root:worker /logs /covdata
chmod 0775 /logs
su worker -c "/home/worker/launch-worker.sh"
1 change: 0 additions & 1 deletion services/nyx/launch-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ mkdir -p corpus.out
if [[ $COVERAGE -eq 1 ]] && [[ ! -e lineclusters.json ]]
then
mkdir -p corpus.out/workdir/dump
mkdir -p /covdata
rev="$(grep SourceStamp= sharedir/firefox/platform.ini | cut -d= -f2)"
fuzzfetch -n cov-opt --fuzzing --coverage --build "$rev"
prefix="$(grep pathprefix cov-opt/firefox.fuzzmanagerconf | cut -d\ -f3-)"
Expand Down

0 comments on commit 0b69137

Please sign in to comment.