forked from numactl/numactl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the test script executable in the repo (and remove the chmod 755 at test run time), set $PATH and $LD_LIBRARY_PATH correctly to use the numactl and libnuma.so from the build tree. Tested: - Running "make regress2" passed. Signed-off-by: Filipe Brandenburger <[email protected]>
- Loading branch information
1 parent
06131f4
commit 965cddd
Showing
2 changed files
with
9 additions
and
9 deletions.
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
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 |
---|---|---|
|
@@ -14,9 +14,6 @@ T() { | |
echo | ||
} | ||
|
||
# various tests | ||
chmod 755 bind_range | ||
|
||
# still broken | ||
#T ./prefered | ||
T ./distance | ||
|