summaryrefslogtreecommitdiffstats
path: root/chromium/tools/swarming_client/tests/isolate/symlink_partial.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/swarming_client/tests/isolate/symlink_partial.isolate')
-rw-r--r--chromium/tools/swarming_client/tests/isolate/symlink_partial.isolate21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/tools/swarming_client/tests/isolate/symlink_partial.isolate b/chromium/tools/swarming_client/tests/isolate/symlink_partial.isolate
new file mode 100644
index 00000000000..f9deab2bbd5
--- /dev/null
+++ b/chromium/tools/swarming_client/tests/isolate/symlink_partial.isolate
@@ -0,0 +1,21 @@
+# Copyright 2012 The Swarming Authors. All rights reserved.
+# Use of this source code is governed under the Apache License, Version 2.0 that
+# can be found in the LICENSE file.
+{
+ 'conditions': [
+ ['(OS=="linux" and chromeos==1) or ((OS=="mac" or OS=="win") and chromeos==0)', {
+ 'variables': {
+ 'command': [
+ 'python',
+ 'symlink_partial.py',
+ ],
+ 'isolate_dependency_tracked': [
+ 'symlink_partial.py',
+ ],
+ 'isolate_dependency_untracked': [
+ 'files2/test_file2.txt',
+ ],
+ },
+ }],
+ ],
+}