Skip to content

Commit

Permalink
test(rad): fixed multi-job race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Jul 17, 2020
1 parent 26290cb commit 4999cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/renders/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RCSid $Id: Makefile,v 1.22 2020/06/30 18:51:30 greg Exp $
# RCSid $Id: Makefile,v 1.23 2020/07/17 15:43:31 greg Exp $
#
# Render and primitive type testing
#
Expand Down Expand Up @@ -43,7 +43,7 @@ combined.rad: combined_scene.rad

### Special test of rad ###

test-rad: inst.rif
test-rad: inst.oct
rad -n -s -e inst.rif > inst_rad.txt
radcompare ref/inst_rad.txt inst_rad.txt

Expand Down

0 comments on commit 4999cd8

Please # to comment.