fix: source code formating
This commit is contained in:
parent
f4b5dae5c1
commit
90467eabe2
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@
|
||||||
args = [
|
args = [
|
||||||
"user=Admin"
|
"user=Admin"
|
||||||
"password=AdminPwdQ1"
|
"password=AdminPwdQ1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
2
test.nix
2
test.nix
|
@ -48,5 +48,5 @@
|
||||||
machine.wait_until_tty_matches("3", "Password: ")
|
machine.wait_until_tty_matches("3", "Password: ")
|
||||||
machine.send_chars("foobar\n")
|
machine.send_chars("foobar\n")
|
||||||
machine.wait_until_succeeds("pgrep -u alice bash")
|
machine.wait_until_succeeds("pgrep -u alice bash")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue