We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83759b7 commit bb68283Copy full SHA for bb68283
nix/tests/default.nix
@@ -71,7 +71,7 @@ in {
71
72
# Run gtests
73
print("Running gtests")
74
- exit_status, _out = machine.execute("su - alice -c 'hyprland_gtests 2>&1 | tee /tmp/gtestslog; exit ''${PIPESTATUS[0]}")
+ exit_status, _out = machine.execute("su - alice -c 'hyprland_gtests 2>&1 | tee /tmp/gtestslog; exit ''${PIPESTATUS[0]}'")
75
machine.execute(f'echo {exit_status} > /tmp/exit_status_gtests')
76
77
# Run hyprtester testing framework/suite
0 commit comments