Skip to content

Commit bb68283

Browse files
committed
Nix/tests: fix typo
1 parent 83759b7 commit bb68283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/tests/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in {
7171
7272
# Run gtests
7373
print("Running gtests")
74-
exit_status, _out = machine.execute("su - alice -c 'hyprland_gtests 2>&1 | tee /tmp/gtestslog; exit ''${PIPESTATUS[0]}")
74+
exit_status, _out = machine.execute("su - alice -c 'hyprland_gtests 2>&1 | tee /tmp/gtestslog; exit ''${PIPESTATUS[0]}'")
7575
machine.execute(f'echo {exit_status} > /tmp/exit_status_gtests')
7676
7777
# Run hyprtester testing framework/suite

0 commit comments

Comments
 (0)