Skip to content

Commit 782b7f9

Browse files
committed
Improve Gentoo test script
1 parent 6b7f7cd commit 782b7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gentoo-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ build() {
5959
mv $dir/$filename.mold $dir/failure
6060
fi
6161

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

0 commit comments

Comments
 (0)