summaryrefslogtreecommitdiff
path: root/build_defs.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'build_defs.bzl')
-rw-r--r--build_defs.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_defs.bzl b/build_defs.bzl
index 8df5660..0e58bbb 100644
--- a/build_defs.bzl
+++ b/build_defs.bzl
@@ -131,7 +131,7 @@ def generated_file_staleness_test(name, outs, generated_pattern):
"""
script_name = name + ".py"
- script_src = "//:staleness_test.py"
+ script_src = "//:tools/staleness_test.py"
# Filter out non-existing rules so Blaze doesn't error out before we even
# run the test.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback