mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
10 lines
346 B
Bash
Executable File
10 lines
346 B
Bash
Executable File
#!/bin/bash
|
|
|
|
HEAD=$(git rev-parse --abbrev-ref HEAD)
|
|
python test/external/process_replay/reset.py
|
|
RUN_PROCESS_REPLAY=1 python test/test_ops.py TestOps.test_add
|
|
git checkout master
|
|
git checkout $HEAD -- test/external/process_replay/process_replay.py
|
|
ASSERT_PROCESS_REPLAY=1 python test/external/process_replay/process_replay.py
|
|
git checkout $HEAD
|