Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jmeter.bat syntax error; bad IF statements #746

Closed
asfimport opened this issue Sep 11, 2001 · 2 comments
Closed

jmeter.bat syntax error; bad IF statements #746

asfimport opened this issue Sep 11, 2001 · 2 comments

Comments

@asfimport
Copy link
Collaborator

khammond25 (Bug 3557):
In bin/jmeter.bat and bin/jmeter-server.bat, all of the IF statements generate
errors on Windows 98.

The IF statements there check equality of two strings using the EQU operator.
I have never seen this operator before. I have only seen the use of "==". The
DOS references I've found on the net only mention "==". Additionally, I
verified that several other Apache products also use "==".

I changed each of the EQU's to "==", and the BAT files work fine.

Votes in Bugzilla: 1
Severity: normal
OS: All

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED.
Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter
1.6, and we need to clean up a little.

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant