-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pbench-linpack options handling bug (#2926)
Remove extra shift. Fixes #2924. Add a simple test. (The invocation is a bit complicated: it's supposed to be a remote invocation to check for the existence of an executable, so it needs to be told where the "installation" directory is.)
- Loading branch information
Showing
5 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,6 @@ while true; do | |
exit 0 | ||
;; | ||
--) | ||
shift | ||
break | ||
;; | ||
*) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test-66.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--pre-check-only 11.1.3 ${PBENCH_LINPACK_INSTALL_PREFIX_DIR} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test-66.pre |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ Running test-68 pbench-linpack | ||
--- Finished test-68 pbench-linpack (status=0) | ||
+++ pbench tree state | ||
/var/tmp/pbench-test-bench/pbench-agent | ||
/var/tmp/pbench-test-bench/pbench-agent/tmp | ||
/var/tmp/pbench-test-bench/pbench-agent/tools-v1-default | ||
/var/tmp/pbench-test-bench/pbench-agent/tools-v1-default/__trigger__ | ||
/var/tmp/pbench-test-bench/pbench-agent/tools-v1-default/testhost.example.com | ||
/var/tmp/pbench-test-bench/pbench-agent/tools-v1-default/testhost.example.com/mpstat | ||
/var/tmp/pbench-test-bench/pbench-agent/tools-v1-default/testhost.example.com/sar | ||
--- pbench tree state |