Skip to content

Commit

Permalink
test: fix tfingerprint testscript failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Mar 31, 2014
1 parent a6be141 commit 52b432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fingerprint/fingerprints
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class FingerprintTestCase(SimulationTestCase):
_iif(self.simtimelimit != "", " --sim-time-limit=" + self.simtimelimit, "") + \
" --fingerprint=" + self.fingerprint + " --cpu-time-limit=" + cpuTimeLimit + \
" --vector-recording=false --scalar-recording=true" + \
" '--output-scalar-file=" + os.path.abspath(".") + "/results/" + self.csvFile + "_" + wdname + "_${inifile}_${configname}-${runnumber}.sca'" + \
" \"--output-scalar-file=" + os.path.abspath(".") + "/results/" + self.csvFile + "_" + wdname + "_${inifile}_${configname}-${runnumber}.sca\"" + \
extraOppRunArgs;

anyFingerpintBad = False;
Expand Down

0 comments on commit 52b432a

Please sign in to comment.