monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 0f8cd78a59acc194dd55686415


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 0f8cd78a59acc194dd556864157e2fe4d013b998
Date: Sun, 6 Feb 2011 00:43:06 GMT

revision:            0f8cd78a59acc194dd556864157e2fe4d013b998
date:                2011-02-06T00:42:51
author:              Timothy Brownawell  <address@hidden>
branch:              net.venge.monotone
changelog:
Fix run_%_tests so that check_net is still in the PATH after
tester changes its working directory.

manifest:
format_version "1"

new_manifest [36111a5449a720085cbf861c01e8f90b8c88737b]

old_revision [4cfa1e297359edda500b4cfe1f4b8a7f53d0a513]

patch "Makefile.am"
 from [1cc31204ed418015be7a5414bc899ad5970c76f1]
   to [8bd067e8943a025ea9294438c0afe865fa019626]
============================================================
--- Makefile.am	1cc31204ed418015be7a5414bc899ad5970c76f1
+++ Makefile.am	8bd067e8943a025ea9294438c0afe865fa019626
@@ -551,7 +551,7 @@ run_%_tests: Makefile
 run_%_tests: Makefile
 	$(AM_V_GEN){ echo '#!/bin/sh';						  	\
 	  echo 'export LANG=C';							  	\
-	  echo 'PATH=$(top_builddir):$(top_builddir)/test/bin:$$PATH';		  	\
+	  echo 'PATH=$(abs_builddir):$(abs_builddir)/test/bin:$$PATH';		  	\
 	  echo '$(top_builddir)/test/bin/tester $(srcdir)/test/$*-testsuite.lua "$$@"';	\
 	  echo 'echo $$? > $(top_builddir)/test/$*.status';		  	  	\
 	  echo 'exit 0'; } > $@ && \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]