components/conflict/patches/system-test.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Wed, 29 Mar 2017 09:12:26 -0700
changeset 7808 81d1e03a6070
parent 4747 0e43ac303e45
permissions -rw-r--r--
25797620 errors in mozjs-24 build with s12_121 post the fix for 25615141

Patch to allow us to specify an alternate conflict binary when running tests.

This patch should be sent upstream.

--- conflict-20140723/run_test.sh.orig	2015-08-04 07:48:20.892345554 -0700
+++ conflict-20140723/run_test.sh	2015-08-04 07:49:21.230009358 -0700
@@ -2,7 +2,7 @@
 # $Id: run_test.sh,v 6.3 2004/06/20 23:13:23 tom Exp $
 # Run a test to show that CONFLICT is working
 BIN=`pwd`
-PROG=$BIN/conflict
+PROG="${CONFLICT_BIN:-$BIN/conflict}"
 PATH=".:$BIN:/bin"; export PATH
 #
 cat <<eof/