diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-17 08:58:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-17 08:58:46 +0200 |
commit | 3a739d4fe0aa7ed1786a93a20c7f43a69b0ebd16 (patch) | |
tree | 004f5bcd6b7625498b7297721966041273f701ab /tests/in/testscript | |
parent | 5c77690306d5430379bd6046ad2c0f4775cfce93 (diff) |
Add temporary sleep to in test to verify debugging hypothesis
Diffstat (limited to 'tests/in/testscript')
-rw-r--r-- | tests/in/testscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/in/testscript b/tests/in/testscript index 3b1442a..fe299d7 100644 --- a/tests/in/testscript +++ b/tests/in/testscript @@ -62,6 +62,9 @@ $* <<EOI; file{test}: in{test} EOI cat test >'FOO BAR'; +if ($cxx.target.class != 'windows') + sleep 1 +end; cat <'$fox$ $baz$' >=test.in; $* <<EOI; fox = fox |