Skip to content

Commit

Permalink
Improve Gentoo test script
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jun 29, 2021
1 parent 6b7f7cd commit 782b7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build() {
mv $dir/$filename.mold $dir/failure
fi

$docker nice -n 19 bash -c "$cmd1 && $cmd3" >& $dir/$filename.ld
$docker nice -n 19 bash -c "$cmd2 && $cmd3" >& $dir/$filename.ld
if [ $? = 0 ]; then
mv $dir/$filename.ld $dir/success
else
Expand Down

0 comments on commit 782b7f9

Please sign in to comment.