Skip to content
Snippets Groups Projects
Commit 11e67844 authored by Moe Jette's avatar Moe Jette
Browse files

Disable open file test for proctrack/aix too.

parent c0b0bc18
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,9 @@ set iterations 50 ...@@ -42,7 +42,9 @@ set iterations 50
print_header $test_id print_header $test_id
# #
# Test is incompatible with proctrack/rms, proctrack/sgi_job, and switch/elan # Test is incompatible with proctrack/aix, proctrack/rms, proctrack/sgi_job,
# and switch/elan
#
# Each leave open files, although we could clear the proctrack related files # Each leave open files, although we could clear the proctrack related files
# by just closing all files after fd=3. Closing all files from switch/elan # by just closing all files after fd=3. Closing all files from switch/elan
# would disable its use. # would disable its use.
...@@ -51,6 +53,11 @@ set invalid 0 ...@@ -51,6 +53,11 @@ set invalid 0
log_user 0 log_user 0
spawn $scontrol show config spawn $scontrol show config
expect { expect {
-re "proctrack/aix" {
send_user "\nWARNING: test incompatible with proctrack/aix\n"
set invalid 1
exp_continue
}
-re "proctrack/rms" { -re "proctrack/rms" {
send_user "\nWARNING: test incompatible with proctrack/rms\n" send_user "\nWARNING: test incompatible with proctrack/rms\n"
set invalid 1 set invalid 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment