diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-03-16 23:58:33 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-17 00:00:52 +0000 |
| commit | 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (patch) | |
| tree | 211c17b0e7eeb34cdd84e378e3720514e8987b8c /testdata/pymod_thread.tdir/pymod_thread.test | |
| parent | 217a625642d38bfc0d3d03192b013d4bc7a32458 (diff) | |
Diffstat (limited to 'testdata/pymod_thread.tdir/pymod_thread.test')
| -rw-r--r-- | testdata/pymod_thread.tdir/pymod_thread.test | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testdata/pymod_thread.tdir/pymod_thread.test b/testdata/pymod_thread.tdir/pymod_thread.test index 7c55d19ab49e..2b0464ae8c47 100644 --- a/testdata/pymod_thread.tdir/pymod_thread.test +++ b/testdata/pymod_thread.tdir/pymod_thread.test @@ -23,16 +23,16 @@ fi # do the test # generate some load. echo "> dig www[1-10].example.com." -dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile1 & -dig @localhost -p $UNBOUND_PORT www2.example.com. | tee outfile3 & -dig @localhost -p $UNBOUND_PORT www3.example.com. | tee outfile2 & -dig @localhost -p $UNBOUND_PORT www4.example.com. | tee outfile4 & -dig @localhost -p $UNBOUND_PORT www5.example.com. | tee outfile5 & -dig @localhost -p $UNBOUND_PORT www6.example.com. | tee outfile6 & -dig @localhost -p $UNBOUND_PORT www7.example.com. | tee outfile7 & -dig @localhost -p $UNBOUND_PORT www8.example.com. | tee outfile8 & -dig @localhost -p $UNBOUND_PORT www9.example.com. | tee outfile9 & -dig @localhost -p $UNBOUND_PORT www10.example.com. | tee outfile10 & +dig @127.0.0.1 -p $UNBOUND_PORT www.example.com. | tee outfile1 & +dig @127.0.0.1 -p $UNBOUND_PORT www2.example.com. | tee outfile3 & +dig @127.0.0.1 -p $UNBOUND_PORT www3.example.com. | tee outfile2 & +dig @127.0.0.1 -p $UNBOUND_PORT www4.example.com. | tee outfile4 & +dig @127.0.0.1 -p $UNBOUND_PORT www5.example.com. | tee outfile5 & +dig @127.0.0.1 -p $UNBOUND_PORT www6.example.com. | tee outfile6 & +dig @127.0.0.1 -p $UNBOUND_PORT www7.example.com. | tee outfile7 & +dig @127.0.0.1 -p $UNBOUND_PORT www8.example.com. | tee outfile8 & +dig @127.0.0.1 -p $UNBOUND_PORT www9.example.com. | tee outfile9 & +dig @127.0.0.1 -p $UNBOUND_PORT www10.example.com. | tee outfile10 & wait # wait for all jobs to complete. |
