[LNT] r263929 - [test-suite] Update test to reflect changed behaviour
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 21 03:46:46 PDT 2016
Author: jamesm
Date: Mon Mar 21 05:46:46 2016
New Revision: 263929
URL: http://llvm.org/viewvc/llvm-project?rev=263929&view=rev
Log:
[test-suite] Update test to reflect changed behaviour
'subtest' is not a directory in the Inputs tree, so it is correct that LNT attempt to build it as a target instead of cd'ing into it.
Modified:
lnt/trunk/tests/runtest/test_suite.py
Modified: lnt/trunk/tests/runtest/test_suite.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/runtest/test_suite.py?rev=263929&r1=263928&r2=263929&view=diff
==============================================================================
--- lnt/trunk/tests/runtest/test_suite.py (original)
+++ lnt/trunk/tests/runtest/test_suite.py Mon Mar 21 05:46:46 2016
@@ -231,8 +231,7 @@
# CHECK-ONLYTEST: Configuring with {
# CHECK-ONLYTEST: one: 'two'
# CHECK-ONLYTEST: three: 'four'
-# CHECK-ONLYTEST: Execute: {{.*}}/fake-make -j 1
-# CHECK-ONLYTEST: (In {{.*}}/subtest)
+# CHECK-ONLYTEST: Execute: {{.*}}/fake-make -j 1 VERBOSE=1 subtest
# Check --benchmarking-only
# RUN: lnt runtest test-suite \
More information about the llvm-commits
mailing list