Skip to content
Snippets Groups Projects
Commit 4e4cfb04 authored by Danny Auble's avatar Danny Auble
Browse files

fix to run the sacctmgr tests

parent 0490c767
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ fi ...@@ -51,7 +51,7 @@ fi
# Run the tests in this directory # Run the tests in this directory
/bin/date /bin/date
BEGIN_TIME=`date +%s` BEGIN_TIME=`date +%s`
for major in `seq 1 20`; do for major in `seq 1 100`; do
for minor in `seq 1 100`; do for minor in `seq 1 100`; do
TEST=test${major}.${minor} TEST=test${major}.${minor}
if [ ! -f ./$TEST ]; then continue; fi if [ ! -f ./$TEST ]; then continue; fi
......
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