Skip to content
Snippets Groups Projects
Commit f3e95c52 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Fix the main rule in test/Makefile, where I was missing test breaks wrt "lus2lic.log.ref".

parent 0565145f
No related branches found
No related tags found
No related merge requests found
(** Automatically generated from Makefile *)
let tool = "lus2lic"
let branch = "(no"
let commit = "427"
let sha_1 = "c5fbd09912d893869120cad93cfac2f643dbbc0c"
let commit = "428"
let sha_1 = "0565145f94a5b91ac83c5abd65a0fcf72f77ea46"
let str = (branch ^ "." ^ commit ^ " (" ^ sha_1 ^ ")")
let maintainer = "jahier@imag.fr"
test: remote-runtest lus2lic.diff lus2lic.time
test: remote-runtest lus2lic.time lus2lic.diff
xxx: lus2lic.time lus2lic.diff
TEST_MACHINE=grivola
# This fixes sporadic memory errors I get when running tests
......@@ -24,9 +25,13 @@ runtest:
.PHONY:lus2lic.diff lus2lic.time
lus2lic.diff:
cat lus2lic.log | grep -v "Process " | grep -v "Killing process " | \
grep -v "simec_trap " > lus2lic2.log
mv lus2lic2.log lus2lic.log
diff -U 1 -I "Test Run By" -I "testcase \./lus2lic" -I "runtest completed at" \
lus2lic.log.ref lus2lic.log > lus2lic.diff || \
(ls -l lus2lic.diff; exit 1)
-I "This is Lurette Version " \
lus2lic.log.ref lus2lic.log > lus2lic.diff || \
(cat lus2lic.diff; echo "make utest if it is fine"; exit 1)
time:lus2lic.time
lus2lic.time:
......
This diff is collapsed.
Test Run By jahier on Wed Dec 4 16:14:11 2013
Test Run By jahier on Wed Dec 4 16:43:11 2013
Native configuration is i686-pc-linux-gnu
=== lus2lic tests ===
......@@ -1028,5 +1028,5 @@ XPASS: Test bad programs (semantics): lus2lic {-o /tmp/bug.lic should_fail/seman
# of unexpected failures 76
# of unexpected successes 21
# of expected failures 37
testcase ./lus2lic.tests/non-reg.exp completed in 97 seconds
testcase ./lus2lic.tests/progression.exp completed in 1 seconds
testcase ./lus2lic.tests/non-reg.exp completed in 99 seconds
testcase ./lus2lic.tests/progression.exp completed in 0 seconds
testcase ./lus2lic.tests/non-reg.exp completed in 97 seconds
testcase ./lus2lic.tests/progression.exp completed in 1 seconds
testcase ./lus2lic.tests/non-reg.exp completed in 99 seconds
testcase ./lus2lic.tests/progression.exp completed in 0 seconds
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment