Summary: | testFile(frysk.proc.dead.TestInterpreter)junit.framework.ComparisonFailure: args (String[0]) expected:<......> but was:<...ba...> | ||
---|---|---|---|
Product: | frysk | Reporter: | Mark Wielaard <mark> |
Component: | general | Assignee: | Andrew Cagney <cagney> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cagney |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2234 |
Description
Mark Wielaard
2008-04-16 08:55:25 UTC
The problem is that something in the build magic changed. Previously the (build) script that was tested (fdebugrpm.sh) had: #! /bin/sh # Generated from: ../../frysk/frysk-core/frysk/bindir/fdebugrpm.sh #!/bin/bash [... rest of original fdebugrpm.sh from source tree ...] Currently it doesn't have that anymore, it is just the script as in the source tree (so starting with /bin/bash). Which is what the test is picking up. This must mean that something changed so that the Makefile.rules for .sh files doesn't trigger anymore for this script. commit 09aea1d0cc8533a671774fba910304ee4001b767 Author: Andrew Cagney <cagney@redhat.com> Date: Wed Apr 16 13:42:54 2008 -0400 Use the input file name to determine a SUBST output file type. frysk-common/ChangeLog 2008-04-16 Andrew Cagney <cagney@redhat.com> * Makefile.rules (SUBST): Match -in input file name, not output file name when selecting action. |