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.source-tree-cleanup: 9f6a9e


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 9f6a9ecdf33eda8608b1fe1370edf2481ef71ef0
Date: Mon, 27 Dec 2010 11:47:38 GMT

revision:            9f6a9ecdf33eda8608b1fe1370edf2481ef71ef0
date:                2010-12-27T11:46:51
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.source-tree-cleanup
changelog:
Using srcdir instead of initial_dir had the automatically created unit
test lua files end up in the source directory, and that lead to
trouble.  Restored the use of initial_dir and adjusted the path
appended to it accordingly.


manifest:
format_version "1"

new_manifest [719cc16a1a7c48bac609038b2816d547373d2318]

old_revision [5619d263f24f12f223124490a7abb6cd191bfe41]

patch "test/unit-testsuite.lua"
 from [4c871a34d4dea93d81469904db165b2ffd379d88]
   to [99079c07992b279542182feea91fe6e59b139712]
============================================================
--- test/unit-testsuite.lua	4c871a34d4dea93d81469904db165b2ffd379d88
+++ test/unit-testsuite.lua	99079c07992b279542182feea91fe6e59b139712
@@ -11,7 +11,7 @@
 -- files on the fly.  Each one runs the 'unit_tester' binary over just
 -- one of the test cases it can run.
 
-testdir = srcdir.."/unit/tests"
+testdir = initial_dir.."/test/unit/tests"
 
 function prepare_to_enumerate_tests (P)
    local unit_test_path = getpathof("test/bin/unit_tester")

reply via email to

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