mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Check for clean repo after tests (#11409)
Goal: detect problems like adressed by #11407 or missing `Cargo.lock` update early Try to fail when there is a non clear `git status` message
This commit is contained in:
committed by
GitHub
parent
f3de373c59
commit
b0b4c3dffd
@ -53,4 +53,5 @@ def main [] {
|
||||
let msg = $"OUTPUT:\n($o)\n\nEXPECTED:\n($e)"
|
||||
error make {msg: $"Output does not match the expected value:\n($msg)"}
|
||||
}
|
||||
rm script.nu
|
||||
}
|
||||
|
Reference in New Issue
Block a user