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