mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
fix tests path
This commit is contained in:
@@ -59,7 +59,7 @@ async fn snapshot_app() {
|
||||
widget.present();
|
||||
|
||||
let test_data_dir =
|
||||
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/data/amd/rx6900xt");
|
||||
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/snapshots/amd/rx6900xt");
|
||||
|
||||
unsafe {
|
||||
std::env::set_var("_LACT_DRM_SYSFS_PATH", test_data_dir.to_str().unwrap());
|
||||
|
||||
Reference in New Issue
Block a user