Test rev
This commit is contained in:
@@ -118,9 +118,8 @@
|
||||
runCommandHook = {
|
||||
newalan = pkgs.writeScript "run-me" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
whoami
|
||||
cd
|
||||
ls
|
||||
echo ${self.rev}
|
||||
Does this match the git rev?
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
@@ -43,6 +43,7 @@ async fn main() {
|
||||
.await
|
||||
.expect("Err creating client");
|
||||
|
||||
|
||||
if let Err(why) = client.start().await {
|
||||
println!("Client error: {:?}", why);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user