summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/config_file_lock_path/lock_check_err2.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/lockfile/config_file_lock_path/lock_check_err2.out')
-rw-r--r--tests/specs/lockfile/config_file_lock_path/lock_check_err2.out11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/specs/lockfile/config_file_lock_path/lock_check_err2.out b/tests/specs/lockfile/config_file_lock_path/lock_check_err2.out
new file mode 100644
index 000000000..1383d945d
--- /dev/null
+++ b/tests/specs/lockfile/config_file_lock_path/lock_check_err2.out
@@ -0,0 +1,11 @@
+[WILDCARD]Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file.
+
+ Specifier: http://localhost:4545/subdir/mt_text_ecmascript.j3.js
+ Actual: 3a3e002e2f92dc8f045bd4a7c66b4791453ad0417b038dd2b2d9d0f277c44f18
+ Expected: bad
+
+This could be caused by:
+ * the lock file may be corrupt
+ * the source itself may be corrupt
+
+Use the --lock-write flag to regenerate the lockfile or --reload to reload the source code from the server.